vim: move vim-nix to base vim config

This commit is contained in:
Sam W 2022-04-01 16:00:23 +00:00
parent 15f131712e
commit 426dcc6c22
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,6 @@
# Language stuff
nvim-lspconfig
trouble-nvim
vim-nix
rust-vim
vim-go
];

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