kevinhwang91 / nvim-ufo

Not UFO in the sky, but an ultra fold in Neovim.
BSD 3-Clause "New" or "Revised" License
2.16k stars 37 forks source link

Resize Fold Column Width #197

Closed andregpss closed 1 month ago

andregpss commented 5 months ago

Feature description

To set up the fold column width. On my NVim configuration, that column is thin so we can almost see the icons. It is the first column, next to the Git column. image

Describe the solution you'd like

A property like:

nvim.o.foldcolumnwidth=5

Additional context

No response

rockyzhang24 commented 5 months ago

The width of each fold column can not be changed. It's a fixed width equal to the char cell width set by the terminal itself. Next, nvim.o is for neovim's builtin options and a single plugin cannot add and define more options.