[ADD][VIM] Nix plugin

This commit is contained in:
Bruno BELANYI 2019-12-17 16:52:40 +01:00
parent fbad7868c1
commit 510d768f2d

View file

@ -96,6 +96,8 @@ Plug 'junegunn/fzf.vim'
Plug 'rust-lang/rust.vim'
" A better GNU Info reader than info
Plug 'HiPhish/info.vim', { 'on': 'Info' }
" Nix configuration files
Plug 'LnL7/vim-nix'
" }}}
" Vim facilities enhancement {{{