mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +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
|
end
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
Plug 'kassio/neoterm'
|
Plug 'kassio/neoterm'
|
||||||
|
command! Tig :T tig<CR>
|
||||||
|
command! Tox :T tox<CR>
|
||||||
endif
|
endif
|
||||||
if (has('nvim') || v:version >= 800)
|
if (has('nvim') || v:version >= 800)
|
||||||
call s:smart_source_rc('plugins/neomake')
|
call s:smart_source_rc('plugins/neomake')
|
||||||
|
Loading…
Reference in New Issue
Block a user