nvim: after: ftplugin: c: Forgot to clean up neomake here

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-05-23 17:08:44 +05:30
parent 26ce7085a5
commit 5e5b331986

View file

@ -4,8 +4,8 @@ setlocal foldmethod=syntax
setlocal complete-=i
setlocal path+=/usr/include/**
nmap <buffer> <LocalLeader>ct :NeomakeSh ctags -R .<CR>
nmap <buffer> <LocalLeader>cu :NeomakeSh cscope -bqR<CR>
nmap <buffer> <LocalLeader>ct :AsyncDo ctags -R .<CR>
nmap <buffer> <LocalLeader>cu :AsyncDo cscope -bqR<CR>
nmap <buffer> <LocalLeader>cr :cs reset<CR>
nmap <buffer> <silent> <LocalLeader>s <Plug>(quickr_cscope_symbols)