nvim: Minor rearrangement
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
27f165d8c3
commit
617138019d
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,6 @@ Plug 'vim-utils/vim-husk'
|
||||||
" Tags
|
" Tags
|
||||||
Plug 'sk1418/QFGrep'
|
Plug 'sk1418/QFGrep'
|
||||||
Plug 'steffanc/cscopemaps.vim', { 'for': 'c' }
|
Plug 'steffanc/cscopemaps.vim', { 'for': 'c' }
|
||||||
Plug 'deoplete-plugins/deoplete-tag'
|
|
||||||
" GDB
|
" GDB
|
||||||
Plug 'sakhnik/nvim-gdb', { 'do': ':UpdateRemotePlugins' }
|
Plug 'sakhnik/nvim-gdb', { 'do': ':UpdateRemotePlugins' }
|
||||||
" Lisp
|
" Lisp
|
||||||
|
@ -55,11 +54,13 @@ Plug 'ekmett/haskell-vim', { 'for': [ 'haskell', 'cabal' ] }
|
||||||
Plug 'ndmitchell/ghcid', { 'rtp': 'plugins/nvim' }
|
Plug 'ndmitchell/ghcid', { 'rtp': 'plugins/nvim' }
|
||||||
Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
|
Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
|
||||||
Plug 'hspec/hspec.vim'
|
Plug 'hspec/hspec.vim'
|
||||||
|
Plug 'pbrisbin/vim-syntax-shakespeare'
|
||||||
Plug 'zenzike/vim-haskell-unicode', { 'for': 'haskell' }
|
Plug 'zenzike/vim-haskell-unicode', { 'for': 'haskell' }
|
||||||
" For Nix
|
" For Nix
|
||||||
Plug 'LnL7/vim-nix', { 'for': 'nix' }
|
Plug 'LnL7/vim-nix', { 'for': 'nix' }
|
||||||
" For autocompletion
|
" For autocompletion
|
||||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||||
|
Plug 'deoplete-plugins/deoplete-tag'
|
||||||
" For Python
|
" For Python
|
||||||
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
||||||
Plug 'zchee/deoplete-jedi', { 'for': 'python' }
|
Plug 'zchee/deoplete-jedi', { 'for': 'python' }
|
||||||
|
@ -95,7 +96,6 @@ Plug 'stefandtw/quickfix-reflector.vim'
|
||||||
Plug 'psliwka/vim-smoothie'
|
Plug 'psliwka/vim-smoothie'
|
||||||
Plug 'lifecrisis/vim-difforig'
|
Plug 'lifecrisis/vim-difforig'
|
||||||
Plug 'dag/vim-fish'
|
Plug 'dag/vim-fish'
|
||||||
Plug 'pbrisbin/vim-syntax-shakespeare'
|
|
||||||
Plug 'lifepillar/pgsql.vim'
|
Plug 'lifepillar/pgsql.vim'
|
||||||
Plug 'mbbill/undotree'
|
Plug 'mbbill/undotree'
|
||||||
Plug 'milkypostman/vim-togglelist'
|
Plug 'milkypostman/vim-togglelist'
|
||||||
|
|
Loading…
Reference in a new issue