Skip to content

snelling-a/better-folds.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

better-folds.nvim

v0_0_1_screenshot

that's it 😀

Installation

Use your favorite package manager. e.g packer:

{
    "snelling-a/better-folds.nvim",
    config = function() require("better-folds").setup() end,
}

And call the setup function. As of now, there are no setup options.

N.B. requires a nerd font

Roadmap

  • option for the fold character i.e. "="
  • option for the separator ">" character
  • option to show delimiter at the end of the line, i.e. "(", "{"
  • option to use non-patched font

credit to @wincent for his setup