chore: remove all references to nvim-treesitter (#2327)
This commit is contained in:
@@ -104,7 +104,6 @@ For building binary if you wish to build from source, then `cargo` is required.
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"MunifTanjim/nui.nvim",
|
||||
--- The below dependencies are optional,
|
||||
@@ -154,7 +153,6 @@ For building binary if you wish to build from source, then `cargo` is required.
|
||||
```vim
|
||||
|
||||
" Deps
|
||||
Plug 'nvim-treesitter/nvim-treesitter'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'MunifTanjim/nui.nvim'
|
||||
Plug 'MeanderingProgrammer/render-markdown.nvim'
|
||||
@@ -187,7 +185,6 @@ add({
|
||||
source = 'yetone/avante.nvim',
|
||||
monitor = 'main',
|
||||
depends = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'nvim-lua/plenary.nvim',
|
||||
'MunifTanjim/nui.nvim',
|
||||
'echasnovski/mini.icons'
|
||||
@@ -217,7 +214,6 @@ end)
|
||||
```vim
|
||||
|
||||
-- Required plugins
|
||||
use 'nvim-treesitter/nvim-treesitter'
|
||||
use 'nvim-lua/plenary.nvim'
|
||||
use 'MunifTanjim/nui.nvim'
|
||||
use 'MeanderingProgrammer/render-markdown.nvim'
|
||||
|
||||
Reference in New Issue
Block a user