Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 947 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 947 Bytes

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


Buy Me A Coffee