Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize Fold Column Width #197

Closed
andregpss opened this issue Jan 30, 2024 · 1 comment
Closed

Resize Fold Column Width #197

andregpss opened this issue Jan 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@andregpss
Copy link

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

@andregpss andregpss added the enhancement New feature or request label Jan 30, 2024
@rockyzhang24
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants