mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07:35 +00:00
parent
a869f13c7f
commit
c3774255ad
@ -50,8 +50,11 @@ if (v:version > 703)
|
|||||||
end
|
end
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
Plug 'kassio/neoterm'
|
Plug 'kassio/neoterm'
|
||||||
|
endif
|
||||||
|
if (has('nvim') || v:version >= 800)
|
||||||
|
call s:smart_source_rc('plugins/neomake')
|
||||||
else
|
else
|
||||||
" Only use if not neovim, on neovim we have Neomake
|
call s:smart_source_rc('plugins/vim-dispatch')
|
||||||
call s:smart_source_rc('plugins/syntastic')
|
call s:smart_source_rc('plugins/syntastic')
|
||||||
endif
|
endif
|
||||||
" }}
|
" }}
|
||||||
@ -110,14 +113,6 @@ call s:smart_source_rc('plugins/goyo-limelight') " Distraction free editing
|
|||||||
|
|
||||||
" System {{
|
" System {{
|
||||||
|
|
||||||
" neomake / vim-dispatch {{
|
|
||||||
if has('nvim')
|
|
||||||
call s:smart_source_rc('plugins/neomake')
|
|
||||||
else
|
|
||||||
call s:smart_source_rc('plugins/vim-dispatch')
|
|
||||||
endif
|
|
||||||
" }}
|
|
||||||
"
|
|
||||||
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
|
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
|
||||||
Plug 'tpope/vim-endwise'
|
Plug 'tpope/vim-endwise'
|
||||||
Plug 'tpope/vim-eunuch'
|
Plug 'tpope/vim-eunuch'
|
||||||
|
Loading…
Reference in New Issue
Block a user