WIP
This commit is contained in:
parent
e0b66e89f9
commit
6d228a0a32
8 changed files with 149 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ let
|
|||
"after"
|
||||
"autoload"
|
||||
"ftdetect"
|
||||
"queries"
|
||||
"lua"
|
||||
"plugin"
|
||||
];
|
||||
|
|
@ -67,6 +68,7 @@ in
|
|||
lsp_lines-nvim # Show diagnostics *over* regions
|
||||
none-ls-nvim # LSP integration for linters and formatters
|
||||
nvim-treesitter.withAllGrammars # Better highlighting
|
||||
(pkgs.vimPlugins.nvim-treesitter.grammarToPlugin pkgs.tree-sitter-bp)
|
||||
nvim-treesitter-textobjects # More textobjects
|
||||
plenary-nvim # 'null-ls', 'telescope' dependency
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue