chore: remove nvim-treesitter from dependencies (#107)

* refactor(health): remove treesitter from required plugins

* chore: remove nvim-treesitter from dependencies

* chore(health): update messages
This commit is contained in:
Smirnov Oleksandr 2025-03-27 23:18:27 +02:00 committed by GitHub
parent 847c79ab76
commit ea28fc4e6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 28 deletions

View file

@ -13,7 +13,7 @@ It's **NOT** an LSP tool, the main goal of this plugin is to add go tooling supp
Requirements:
- **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)
```lua
@ -21,9 +21,6 @@ Requirements:
"olexsmir/gopher.nvim",
ft = "go",
-- branch = "develop"
dependencies = {
"nvim-treesitter/nvim-treesitter",
},
-- (optional) will update plugin's deps on every update
build = function()
vim.cmd.GoInstallDeps()