diff options
author | listout <listout@protonmail.com> | 2022-02-18 14:11:57 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-18 14:11:57 +0530 |
commit | cb04bd2a0510ab4cf1b1d657425eb3580bc3d2df (patch) | |
tree | 7f2324fcf12beb324cbe44bac28c6db919141b29 | |
parent | f95c4e98d0744c5fba2398658753aaf305216780 (diff) |
removed ch filetype for c header files
-rw-r--r-- | init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,3 +62,5 @@ source $HOME/.config/nvim/configs/fzf.vim let g:AutoPairsCenterLine = 0 let g:AutoPairsMapSpace = 0 let g:AutoPairsMapCR = 0 + +let g:c_syntax_for_h = 1 |