home: vim: add 'treesitter-textobjects'
This commit is contained in:
parent
e81aee50e3
commit
a5ec91088d
2 changed files with 19 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ in
|
|||
lsp_lines-nvim # Show diagnostics *over* regions
|
||||
null-ls-nvim # LSP integration for linters and formatters
|
||||
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Better highlighting
|
||||
nvim-treesitter-textobjects # More textobjects
|
||||
plenary-nvim # 'null-ls' dependency
|
||||
|
||||
# UX improvements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue