yaocccc/nvim-foldsign

github github
utility
stars 32
issues 0
subscribers 2
forks 2
CREATED

2023-02-20

UPDATED

last year


NVIM FOLDSIGN

Display folding info on sign column

avatar

Usage

  -- Packer demo
  use { 'yaocccc/nvim-foldsign', event = 'CursorHold', config = 'require("nvim-foldsign").setup()' }

Config

    require('nvim-foldsign').setup({
        offset = -2,
        foldsigns = {
            open = '-',          -- mark the beginning of a fold
            close = '+',         -- show a closed fold
            seps = { '│', '┃' }, -- open fold middle marker
        }
    })

Highlight Group

Just FoldColumn

Support