nvim: init.vim: Update neovim configuration
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
697d74a48c
commit
a24ec81837
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,7 @@ Plug 'jsfaint/gen_tags.vim'
|
|||
Plug 'zchee/deoplete-go', { 'do': 'make' }
|
||||
" Lisp
|
||||
Plug 'eraserhd/parinfer-rust', { 'do': 'cargo build --release' }
|
||||
Plug 'l04m33/vlime', { 'rtp': '~/.config/nvim/plugged' }
|
||||
" Haskell
|
||||
Plug 'neovimhaskell/haskell-vim', { 'for': [ 'haskell', 'cabal' ] }
|
||||
" For autocompletion
|
||||
|
@ -202,3 +203,6 @@ let g:airline_left_alt_sep = '|'
|
|||
let g:airline_right_sep = ' '
|
||||
let g:airline_right_alt_sep = '|'
|
||||
|
||||
" Prevent loading of ctags
|
||||
let g:loaded_gentags#ctags = 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue