home: vim: migrate to new 'nvim-treesitter'
This commit is contained in:
parent
526f8bb6e2
commit
d7d8f40a8f
2 changed files with 32 additions and 14 deletions
|
|
@ -60,8 +60,8 @@ in
|
|||
nvim-lspconfig # Easy LSP configuration
|
||||
lsp-format-nvim # Simplified formatting configuration
|
||||
none-ls-nvim # LSP integration for linters and formatters
|
||||
nvim-treesitter-legacy.withAllGrammars # Better highlighting
|
||||
nvim-treesitter-textobjects-legacy # More textobjects
|
||||
nvim-treesitter.withAllGrammars # Better highlighting
|
||||
nvim-treesitter-textobjects # More textobjects
|
||||
plenary-nvim # 'null-ls', 'telescope' dependency
|
||||
|
||||
# Completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue