Remove usage of nvim-treesitter utilities (#152)
`vim.treesitter` is now shipped, therefore nvim-treesitter plugin is not needed anymore as a requirement. References to nvim-treesitter was deleted in the code and the README points to `:h treesitter-parsers` --------- Co-authored-by: danymat <d.danymat@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
## Requirements
|
||||
|
||||
- Install [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||
Have Tree-sitter parsers installed on your system. For more information, check out the [:treesitter-parsers](https://neovim.io/doc/user/treesitter.html#treesitter-parsers) neovim help page.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -43,7 +43,6 @@ Use your favorite package manager to install Neogen, e.g:
|
||||
```lua
|
||||
{
|
||||
"danymat/neogen",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true,
|
||||
-- Uncomment next line if you want to follow only stable versions
|
||||
-- version = "*"
|
||||
@@ -58,7 +57,6 @@ use {
|
||||
config = function()
|
||||
require('neogen').setup {}
|
||||
end,
|
||||
requires = "nvim-treesitter/nvim-treesitter",
|
||||
-- Uncomment next line if you want to follow only stable versions
|
||||
-- tag = "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user