diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/c.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/c.vim b/ftplugin/c.vim index 82834a2..f77667f 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim  | |||
| @@ -2,6 +2,8 @@ setlocal equalprg=clang-format | |||
| 2 | setlocal breakat-=- | 2 | setlocal breakat-=- | 
| 3 | setlocal keywordprg=man\ 3 | 3 | setlocal keywordprg=man\ 3 | 
| 4 | 4 | ||
| 5 | setlocal cindent cinoptions+=(0 | " indent at parentheses | ||
| 6 | |||
| 5 | map <buffer> = :pyfile /usr/share/clang/clang-format.py<CR> | 7 | map <buffer> = :pyfile /usr/share/clang/clang-format.py<CR> | 
| 6 | 8 | ||
| 7 | 9 | ||
