mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-15 13:56:26 +00:00
4 lines
112 B
VimL
4 lines
112 B
VimL
Plug 'tpope/vim-dispatch', { 'on': 'Dispatch' }
|
|
nnoremap <F5> :Make<CR>
|
|
command! TagsUpdate Dispatch ctags -R .
|