nvim: Add dhall syntax plugin

While at it, also rearrange things a bit.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-04 10:25:48 +05:30
parent 6f22f549e9
commit 6c182f7301

View file

@ -56,6 +56,7 @@ Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
Plug 'hspec/hspec.vim'
Plug 'pbrisbin/vim-syntax-shakespeare'
Plug 'zenzike/vim-haskell-unicode', { 'for': 'haskell' }
Plug 'godlygeek/tabular'
" For Nix
Plug 'LnL7/vim-nix', { 'for': 'nix' }
" For autocompletion
@ -90,19 +91,21 @@ Plug 'tpope/vim-sleuth'
Plug 'tpope/vim-vinegar'
Plug 'wellle/targets.vim'
Plug 'Yggdroot/indentLine'
Plug 'liuchengxu/vista.vim'
Plug 'esamattis/slimux'
" Miscellaneous language syntax specific
Plug 'vmchale/dhall-vim'
Plug 'dag/vim-fish'
Plug 'lifepillar/pgsql.vim'
" LC related
Plug 'liuchengxu/vista.vim'
Plug 'autozimu/LanguageClient-neovim', { 'branch': 'next', 'do': 'bash install.sh' }
" Miscellaneous
Plug 'editorconfig/editorconfig-vim'
Plug 'igankevich/mesonic'
Plug 'psliwka/vim-smoothie'
Plug 'dag/vim-fish'
Plug 'lifepillar/pgsql.vim'
Plug 'simnalamburt/vim-mundo'
Plug 'milkypostman/vim-togglelist'
Plug 'liuchengxu/vim-which-key'
Plug 'godlygeek/tabular'
" Initialize plugin system
call plug#end()