diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-04-18 21:49:28 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:30 +0100 |
commit | dede7695de51861b60b0691ba88aeafd6244aa81 (patch) | |
tree | b741a9db3bac1dbabc204e803a0e4d3ce570d428 /vimrc | |
parent | 3e70db89bc37baeef9e107a7a6828d07dcc2507b (diff) | |
download | dotnvim-dede7695de51861b60b0691ba88aeafd6244aa81.tar.gz dotnvim-dede7695de51861b60b0691ba88aeafd6244aa81.zip |
Writing some C++ was unexpected
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ set laststatus=2 "" vim-autoformat (C-F5) noremap <F29> :Autoformat<CR> -au BufWrite *.py,*.c,*.h :Autoformat +au BufWrite *.py,*.c,*.h,*.cpp :Autoformat " enable omnicompletion set omnifunc=syntaxcomplete#Complete |