feat(prog/nvim): add nix lang

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-04 23:53:36 +03:00
parent 1b30d62546
commit 194141778e

View file

@ -59,6 +59,7 @@ call plug#begin()
Plug 'rust-lang/rust.vim' " rust lang Plug 'rust-lang/rust.vim' " rust lang
Plug 'jparise/vim-graphql' " graphql lang with gql tag Plug 'jparise/vim-graphql' " graphql lang with gql tag
Plug 'lifepillar/pgsql.vim' " postgresql lang support Plug 'lifepillar/pgsql.vim' " postgresql lang support
Plug 'LnL7/vim-nix' " nix lang
call plug#end() call plug#end()
" }}} " }}}