diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 16:57:57 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-07 16:57:57 +0100 |
commit | d44a638bda51ec80154f17981fd8bc779deed781 (patch) | |
tree | 30ab51dbb3d6213604869ae0d02a7abf12624c08 /.config/nvim/langs.vim | |
parent | c (diff) | |
download | dotfiles-bsd-d44a638bda51ec80154f17981fd8bc779deed781.tar.gz dotfiles-bsd-d44a638bda51ec80154f17981fd8bc779deed781.tar.bz2 dotfiles-bsd-d44a638bda51ec80154f17981fd8bc779deed781.tar.xz dotfiles-bsd-d44a638bda51ec80154f17981fd8bc779deed781.tar.zst dotfiles-bsd-d44a638bda51ec80154f17981fd8bc779deed781.zip |
Added cinoptions
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/langs.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/langs.vim b/.config/nvim/langs.vim index f81affa..e70d714 100644 --- a/.config/nvim/langs.vim +++ b/.config/nvim/langs.vim @@ -3,19 +3,15 @@ let perl_include_pod = 1 autocmd BufNewFile,BufRead *.c \ set \ filetype=c - \ cinoptions+=t0 autocmd BufNewFile,BufRead *.h \ set \ filetype=c - \ cinoptions+=t0 autocmd BufNewFile,BufRead *.cxx \ set \ filetype=cpp - \ cinoptions+=t0 autocmd BufNewFile,BufRead *.hxx \ set \ filetype=cpp - \ cinoptions+=t0 autocmd FileType fish \ compiler fish autocmd FileType perl |