feat(prog/nvim): add nix lang
This commit is contained in:
parent
1b30d62546
commit
194141778e
1 changed files with 36 additions and 35 deletions
|
@ -59,6 +59,7 @@ call plug#begin()
|
|||
Plug 'rust-lang/rust.vim' " rust lang
|
||||
Plug 'jparise/vim-graphql' " graphql lang with gql tag
|
||||
Plug 'lifepillar/pgsql.vim' " postgresql lang support
|
||||
Plug 'LnL7/vim-nix' " nix lang
|
||||
call plug#end()
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue