mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 23:46:26 +00:00
Remove neoterm
I never really use it
This commit is contained in:
parent
aa0686208b
commit
fbab69f00e
@ -58,13 +58,6 @@ if (v:version > 703) && !exists('g:gui_oni')
|
|||||||
command! TagsUpdate :GutentagsUpdate<CR>
|
command! TagsUpdate :GutentagsUpdate<CR>
|
||||||
end
|
end
|
||||||
|
|
||||||
" TODO: Probably remove
|
|
||||||
if has('nvim')
|
|
||||||
Plug 'kassio/neoterm', { 'on': ['TREPLSend', 'TREPLSendFile', 'T'] }
|
|
||||||
command! Tig :T tig<CR>
|
|
||||||
command! Tox :T tox<CR>
|
|
||||||
endif
|
|
||||||
|
|
||||||
" TODO: Maybe ALE. Similar reason as coc.nvim. Probably only using latest vim
|
" TODO: Maybe ALE. Similar reason as coc.nvim. Probably only using latest vim
|
||||||
" if developing seriously
|
" if developing seriously
|
||||||
if (has('nvim') || v:version >= 800)
|
if (has('nvim') || v:version >= 800)
|
||||||
|
Loading…
Reference in New Issue
Block a user