Only use Neoterm on Neovim

This commit is contained in:
ViViDboarder 2015-10-28 10:52:03 -07:00
parent 8dce970b22
commit ca93dafc60
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ else
end
" Programming {{
Plug 'kassio/neoterm'
if has('nvim')
Plug 'kassio/neoterm'
endif
Plug 'majutsushi/tagbar'
" tagbar {{
nnoremap <silent> <F8> :TagbarToggle<CR>