mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:16:28 +00:00
Add tox and tig commands for Neovim with Neoterm
Maybe todo: add to vim8 and remove plugin dependency
This commit is contained in:
parent
ba6c42657a
commit
c530562b12
@ -50,6 +50,8 @@ if (v:version > 703)
|
||||
end
|
||||
if has('nvim')
|
||||
Plug 'kassio/neoterm'
|
||||
command! Tig :T tig<CR>
|
||||
command! Tox :T tox<CR>
|
||||
endif
|
||||
if (has('nvim') || v:version >= 800)
|
||||
call s:smart_source_rc('plugins/neomake')
|
||||
|
Loading…
Reference in New Issue
Block a user