nvim: after: ftplugin: c: Forgot to clean up neomake here
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
26ce7085a5
commit
5e5b331986
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue