aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/c.vim
blob: 3a874ffaf0dbc1490f1925c7ae69d55618f878cd (plain)
1
2
3
4
5
6
7
8
9
setlocal equalprg=clang-format
setlocal breakat-=-
setlocal keywordprg=man\ 3

map <buffer> = :pyf /usr/share/clang/clang-format.py<CR>


let c_space_errors=1
let c_gnu=1
..