Add vim-nix plugin
This commit is contained in:
parent
8cef7527fc
commit
4bafd8d586
|
@ -39,6 +39,7 @@ Plug 'junegunn/goyo.vim', {'for': 'markdown', 'on': 'Goyo' }
|
||||||
Plug 'SirVer/ultisnips', { 'for': 'markdown' }
|
Plug 'SirVer/ultisnips', { 'for': 'markdown' }
|
||||||
Plug 'Raimondi/delimitMate'
|
Plug 'Raimondi/delimitMate'
|
||||||
Plug 'cocopon/iceberg.vim'
|
Plug 'cocopon/iceberg.vim'
|
||||||
|
Plug 'LnL7/vim-nix'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
""Colors
|
""Colors
|
||||||
colorscheme iceberg
|
colorscheme iceberg
|
||||||
|
|
Loading…
Reference in New Issue