diff options
Diffstat (limited to 'ftplugin/c.vim')
-rw-r--r-- | ftplugin/c.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ftplugin/c.vim b/ftplugin/c.vim new file mode 100644 index 0000000..e7dc155 --- /dev/null +++ b/ftplugin/c.vim | |||
@@ -0,0 +1,8 @@ | |||
1 | setlocal equalprg=clang-format | ||
2 | setlocal breakat-=- | ||
3 | setlocal keywordprg=man\ 3 | ||
4 | |||
5 | map <buffer> = :pyf /usr/share/clang/clang-format.py<CR> | ||
6 | |||
7 | |||
8 | |||