This commit is contained in:
iofq 2023-05-26 06:05:44 -05:00
parent 482ec8e00a
commit b2489ca8f0
3 changed files with 18 additions and 11 deletions

View file

@ -7,14 +7,7 @@
mini-nvim
gitsigns-nvim
oil-nvim
neogit
rose-pine
];
extra = with pkgs.vimPlugins; [
vim-nix
#lsp
nvim-lspconfig
#treesitter
(nvim-treesitter.withPlugins
@ -29,7 +22,6 @@
tree-sitter-lua
tree-sitter-markdown
tree-sitter-markdown-inline
tree-sitter-nix
tree-sitter-php
tree-sitter-python
tree-sitter-yaml
@ -38,4 +30,9 @@
)
nvim-treesitter-textobjects
];
extra = with pkgs.vimPlugins; [
vim-nix
#lsp
nvim-lspconfig
];
}