mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
idek
This commit is contained in:
parent
482ec8e00a
commit
b2489ca8f0
3 changed files with 18 additions and 11 deletions
13
plugins.nix
13
plugins.nix
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue