dotfiles/nvim/.config/nvim/after/plugin/dispatch.vim
Sanchayan Maity 27dec93c97 nvim: plugins: Switch to vim-dispatch from asyncdo
It has a few more things than asyncdo and automatically handles makeprg
not that setting a custom command to handle makeprg with asyncdo was
a problem but still. Should also be useful for fugitive git push,
believe it will use dispatch when available.
2021-10-17 18:30:31 +05:30

4 lines
135 B
VimL

nnoremap <unique> <LocalLeader>b :Make!<CR>
nnoremap <unique> <LocalLeader>B :Make!<SPACE>
nnoremap <unique> <LocalLeader>q :Copen<CR>