vim: update and cleanup
This commit is contained in:
@@ -19,6 +19,20 @@
|
||||
];
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
(nvim-treesitter.withPlugins (parsers: [
|
||||
parsers.c
|
||||
parsers.cpp
|
||||
parsers.json
|
||||
parsers.latex
|
||||
parsers.lua
|
||||
parsers.nix
|
||||
parsers.python
|
||||
parsers.query
|
||||
parsers.rust
|
||||
parsers.verilog
|
||||
parsers.vimdoc
|
||||
parsers.zig
|
||||
]))
|
||||
cmp-buffer
|
||||
cmp-cmdline
|
||||
cmp-nvim-lsp
|
||||
@@ -26,11 +40,10 @@
|
||||
cmp-path
|
||||
colorizer
|
||||
fugitive
|
||||
fzf-vim
|
||||
fzf-lua
|
||||
gruvbox
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
nvim-treesitter
|
||||
nvim-ts-rainbow
|
||||
repeat
|
||||
targets-vim
|
||||
|
||||
Reference in New Issue
Block a user