vim: move vim-nix to base vim config

This commit is contained in:
2022-04-11 23:20:34 +00:00
parent 15f131712e
commit 426dcc6c22
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -5,7 +5,6 @@
# Language stuff
nvim-lspconfig
trouble-nvim
vim-nix
rust-vim
vim-go
];
+3
View File
@@ -14,6 +14,9 @@
gruvbox-nvim
fzfWrapper # The basic "built in" fzf stuff
fzf-vim # The fancier opt in fzf stuff
# The only language plugin you always need... because if it's running nixos you
# *will* be editing nix files!
vim-nix
# Git stuff
fugitive
vim-gitgutter