X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1c480d629fe6707a937ea1e0a1c2c83b94433e54..dcf942832c89d1a80a34bea27e362dbcdc8a6795:/vim/ftplugin/c.vim?ds=sidebyside diff --git a/vim/ftplugin/c.vim b/vim/ftplugin/c.vim index a003e8f..9dbf048 100644 --- a/vim/ftplugin/c.vim +++ b/vim/ftplugin/c.vim @@ -15,3 +15,6 @@ augroup END nnoremap gd :YcmCompleter GoTo nnoremap d :vs:YcmCompleter GoTo + +setlocal cinoptions= " reset cinoptions +setlocal cinoptions+=l1 " align with case label