nvim: after: ftplugin: C: Do not enable folds

This commit is contained in:
Sanchayan Maity 2020-11-06 12:28:17 +05:30
parent acb5bfcf05
commit 6b36e648d9

View file

@ -1,5 +1,3 @@
" Create folds based on files syntax
setlocal foldmethod=syntax
" Scanning included files when ^n is troublesome
setlocal complete-=i
setlocal path+=/usr/include/**