summaryrefslogtreecommitdiff
path: root/after/ftplugin/c.vim
blob: fa6abeeff14099e0041b5f8431e6f11e46c799ee (plain)
1
2
3
4
5
6
7
setlocal cino=:0,g0,(0,w1,Ws,m1,N-s,t0,l1
autocmd CursorMovedI * if pumvisible() == 0|pclose|endif
autocmd InsertLeave * if pumvisible() == 0|pclose|endif
setlocal foldmethod=syntax
" clang-format
map <buffer> <C-H> <Plug>(operator-clang-format)
imap <buffer> <C-H> <Plug>(operator-clang-format)