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:
parent
6f22f549e9
commit
6c182f7301
1 changed files with 7 additions and 4 deletions
|
@ -56,6 +56,7 @@ Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
|
||||||
Plug 'hspec/hspec.vim'
|
Plug 'hspec/hspec.vim'
|
||||||
Plug 'pbrisbin/vim-syntax-shakespeare'
|
Plug 'pbrisbin/vim-syntax-shakespeare'
|
||||||
Plug 'zenzike/vim-haskell-unicode', { 'for': 'haskell' }
|
Plug 'zenzike/vim-haskell-unicode', { 'for': 'haskell' }
|
||||||
|
Plug 'godlygeek/tabular'
|
||||||
" For Nix
|
" For Nix
|
||||||
Plug 'LnL7/vim-nix', { 'for': 'nix' }
|
Plug 'LnL7/vim-nix', { 'for': 'nix' }
|
||||||
" For autocompletion
|
" For autocompletion
|
||||||
|
@ -90,19 +91,21 @@ Plug 'tpope/vim-sleuth'
|
||||||
Plug 'tpope/vim-vinegar'
|
Plug 'tpope/vim-vinegar'
|
||||||
Plug 'wellle/targets.vim'
|
Plug 'wellle/targets.vim'
|
||||||
Plug 'Yggdroot/indentLine'
|
Plug 'Yggdroot/indentLine'
|
||||||
Plug 'liuchengxu/vista.vim'
|
|
||||||
Plug 'esamattis/slimux'
|
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' }
|
Plug 'autozimu/LanguageClient-neovim', { 'branch': 'next', 'do': 'bash install.sh' }
|
||||||
" Miscellaneous
|
" Miscellaneous
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
Plug 'igankevich/mesonic'
|
Plug 'igankevich/mesonic'
|
||||||
Plug 'psliwka/vim-smoothie'
|
Plug 'psliwka/vim-smoothie'
|
||||||
Plug 'dag/vim-fish'
|
|
||||||
Plug 'lifepillar/pgsql.vim'
|
|
||||||
Plug 'simnalamburt/vim-mundo'
|
Plug 'simnalamburt/vim-mundo'
|
||||||
Plug 'milkypostman/vim-togglelist'
|
Plug 'milkypostman/vim-togglelist'
|
||||||
Plug 'liuchengxu/vim-which-key'
|
Plug 'liuchengxu/vim-which-key'
|
||||||
Plug 'godlygeek/tabular'
|
|
||||||
|
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Reference in a new issue