nvim: Add shortcuts for enabling & disabling Neomake
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e696cbfde3
commit
ffb2b5288e
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@ nnoremap njl :NeomakeListJobs<CR>
|
|||
nnoremap nja :NeomakeCancelJobs<CR>
|
||||
nnoremap njc :NeomakeCancelJob<SPACE>
|
||||
nnoremap nf :Neoformat<CR>
|
||||
nnoremap ne :NeomakeEnable<CR>
|
||||
nnoremap nd :NeomakeDisable<CR>
|
||||
" For workspace
|
||||
nnoremap <Leader>ws :ToggleWorkspace<CR>
|
||||
" Quickfix & Location list mappings
|
||||
|
|
Loading…
Reference in a new issue