mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:27:34 +00:00
Only use Neoterm on Neovim
This commit is contained in:
parent
8dce970b22
commit
ca93dafc60
@ -88,7 +88,9 @@ else
|
|||||||
end
|
end
|
||||||
|
|
||||||
" Programming {{
|
" Programming {{
|
||||||
Plug 'kassio/neoterm'
|
if has('nvim')
|
||||||
|
Plug 'kassio/neoterm'
|
||||||
|
endif
|
||||||
Plug 'majutsushi/tagbar'
|
Plug 'majutsushi/tagbar'
|
||||||
" tagbar {{
|
" tagbar {{
|
||||||
nnoremap <silent> <F8> :TagbarToggle<CR>
|
nnoremap <silent> <F8> :TagbarToggle<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user