mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 21:56:27 +00:00
Only use Neoterm on Neovim
This commit is contained in:
parent
8dce970b22
commit
ca93dafc60
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user