mirror of https://github.com/wlcx/home.git
vim: move vim-nix to base vim config
This commit is contained in:
parent
15f131712e
commit
426dcc6c22
|
@ -5,7 +5,6 @@
|
|||
# Language stuff
|
||||
nvim-lspconfig
|
||||
trouble-nvim
|
||||
vim-nix
|
||||
rust-vim
|
||||
vim-go
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue