Skip to content

Commit dcffbd3

Browse files
committed
readme update regarding nvim-treesitter
1 parent b1bf0b6 commit dcffbd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8484
installed the first time you use it. Also Run `TSInstall go` to install the go parser if not installed yet. `sed` is
8585
recommended 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

0 commit comments

Comments
 (0)