Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Changed c folding to use syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yevagorbachev committed Mar 26, 2023
1 parent 84b2f05 commit 89caa09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/.vim/ftplugin/c/folding.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setlocal foldmethod=expr
setlocal foldexpr=SectionFold(v:lnum)
setlocal foldmethod=syntax

setlocal foldtext=SectionText()
setlocal foldcolumn=4

Expand Down

0 comments on commit 89caa09

Please sign in to comment.