kevinhwang91 / nvim-ufo

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

Control Side line UI #67

Closed prudnikovsv closed 2 years ago

prudnikovsv commented 2 years ago

Feature description

As a client I would like to have ability to control colours and look of side bar of folds.

Side bar: image

Describe the solution you'd like

Create separate configuration object for UI: eg change higlights, and other ui configuration for flexibility

Additional context

No response

kevinhwang91 commented 2 years ago

https://github.com/kevinhwang91/nvim-ufo/issues/4 , There're some limitations to the UI.

https://github.com/kevinhwang91/nvim-ufo/issues/24 This feature is the closest to what you want, ufo should make sure the regression of perf is acceptable for customized UI components, need a lot of time to explore.