File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ With lazy.nvim:
6363``` lua
6464{
6565 " yoshimi-I/nvim-browser" ,
66- tag = " v0.1.1 " ,
66+ tag = " v0.1.2 " ,
6767 build = " cargo build --release" ,
6868 config = function ()
6969 require (" nvim-browser" ).setup ({
@@ -84,7 +84,7 @@ require("nvim-browser").setup({
8484})
8585```
8686
87- Release tags use ` vMAJOR.MINOR.PATCH ` ; replace ` v0.1.1 ` with the latest release
87+ Release tags use ` vMAJOR.MINOR.PATCH ` ; replace ` v0.1.2 ` with the latest release
8888tag when installing. Until ` v1.0.0 ` , plugin and backend compatibility is
8989guaranteed only within the same tag or commit; pin the Neovim plugin and
9090` nvbrowser ` binary together.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Example lazy.nvim setup:
2626>
2727 {
2828 "yoshimi-I/nvim-browser",
29- tag = "v0.1.1 ",
29+ tag = "v0.1.2 ",
3030 build = "cargo build --release",
3131 config = function()
3232 require("nvim-browser").setup({
@@ -44,7 +44,7 @@ require("nvim-browser").setup({
4444 binary = vim.fn.expand("~/.local/bin/nvbrowser"),
4545})
4646<
47- Release tags use vMAJOR.MINOR.PATCH; replace v0.1.1 with the latest release
47+ Release tags use vMAJOR.MINOR.PATCH; replace v0.1.2 with the latest release
4848tag when installing. Until v1.0.0, pin the plugin and backend binary to the
4949same tag or commit.
5050
You can’t perform that action at this time.
0 commit comments