File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The plugin covers most features required for a gopher.
8080
8181## Installation
8282
83- Use your favorite package manager to install. The dependency ` treesitter ` ** main** branch (and optionally, treesitter-objects) should be
83+ Use your favorite package manager to install. The dependency ` nvim- treesitter` ** main** branch (and optionally, treesitter-objects) should be
8484installed the first time you use it. Also Run ` TSInstall go ` to install the go parser if not installed yet. ` sed ` is
8585recommended to run this plugin.
8686
@@ -97,7 +97,7 @@ recommended to run this plugin.
9797 dependencies = { -- optional packages
9898 " ray-x/guihua.lua" ,
9999 " neovim/nvim-lspconfig" ,
100- -- "nvim-treesitter/nvim-treesitter", branch = main -- optional for master version
100+ -- { "nvim-treesitter/nvim-treesitter", branch = ' main' } -- optional for master version
101101 },
102102 opts = function ()
103103
You can’t perform that action at this time.
0 commit comments