mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 23:26:27 +00:00
Remove vim-dispatch
This isn't really needed as Gutentags can update tags async and other build and linting tools like ALE or coc.nvim will do async.
This commit is contained in:
parent
382c3bf129
commit
cb1ff9c78a
@ -69,7 +69,6 @@ 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')
|
||||||
else
|
else
|
||||||
call s:smart_source_rc('plugins/vim-dispatch')
|
|
||||||
call s:smart_source_rc('plugins/syntastic')
|
call s:smart_source_rc('plugins/syntastic')
|
||||||
endif
|
endif
|
||||||
" }}
|
" }}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
Plug 'tpope/vim-dispatch', { 'on': 'Dispatch' }
|
|
||||||
nnoremap <F5> :Make<CR>
|
|
||||||
command! TagsUpdate Dispatch ctags -R .
|
|
@ -1,7 +1,6 @@
|
|||||||
Plug 'mhinz/vim-grepper'
|
Plug 'mhinz/vim-grepper'
|
||||||
" Grepper settings and shortcuts
|
" Grepper settings and shortcuts
|
||||||
let g:grepper = {
|
let g:grepper = {
|
||||||
\ 'dispatch': 1,
|
|
||||||
\ 'quickfix': 1,
|
\ 'quickfix': 1,
|
||||||
\ 'open': 1,
|
\ 'open': 1,
|
||||||
\ 'switch': 0,
|
\ 'switch': 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user