chore: remove nvim-treesitter from dependencies
This commit is contained in:
parent
d4df23b5e3
commit
4050225619
2 changed files with 1 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ It's **NOT** an LSP tool, the main goal of this plugin is to add go tooling supp
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- **Neovim 0.10** or later
|
- **Neovim 0.10** or later
|
||||||
- Treesitter `go` parser(`:TSInstall go`)
|
- Treesitter `go` parser(`:TSInstall go` if you use [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter))
|
||||||
- [Go](https://github.com/golang/go) installed (tested on 1.23)
|
- [Go](https://github.com/golang/go) installed (tested on 1.23)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
@ -21,9 +21,6 @@ Requirements:
|
||||||
"olexsmir/gopher.nvim",
|
"olexsmir/gopher.nvim",
|
||||||
ft = "go",
|
ft = "go",
|
||||||
-- branch = "develop"
|
-- branch = "develop"
|
||||||
dependencies = {
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
},
|
|
||||||
-- (optional) will update plugin's deps on every update
|
-- (optional) will update plugin's deps on every update
|
||||||
build = function()
|
build = function()
|
||||||
vim.cmd.GoInstallDeps()
|
vim.cmd.GoInstallDeps()
|
||||||
|
|
|
||||||
3
pkg.json
3
pkg.json
|
|
@ -6,8 +6,5 @@
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/olexsmir/gopher.nvim"
|
"url": "https://github.com/olexsmir/gopher.nvim"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"https://github.com/nvim-treesitter/nvim-treesitter": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue