/vim-foldtext

Custom vim folding function

Primary LanguageVim Script

Diff from base repo: show lines number next to main text, not on the right

vim-foldtext

Credit

Thanks to https://github.com/scottmcginness/vim-foldtext for the original code base this foldtext routine began from.

Install

Use your preferred plugin manager to install

Features

  • Respects indent level
  • Handles dynamic toggling of sign/fold/number columns
  • Line count info can be toggled with let g:FoldText_info=!g:FoldText_info
  • Use indentLine for fold-line shown in example as an alternative to foldcolumn lines

img