cleaning up
This commit is contained in:
parent
8f38a1df7b
commit
5bad8ef7a8
24 changed files with 287 additions and 187 deletions
10
ftplugin/cpp.vim
Normal file
10
ftplugin/cpp.vim
Normal file
|
@ -0,0 +1,10 @@
|
|||
set softtabstop=8 shiftwidth=8 noexpandtab
|
||||
|
||||
map <leader>dd :LspDiagCurrent<CR>
|
||||
map <leader>dn :LspDiagNext<CR>
|
||||
map <leader>dp :LspDiagPrev<CR>
|
||||
|
||||
map <leader>er :LspRename<CR>
|
||||
|
||||
" toggle show diagnostic indicator next to line numbers
|
||||
map <leader>td :call LogE_LspDiagShowSignToggle()<CR>
|
Loading…
Add table
Add a link
Reference in a new issue