nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.42k stars 286 forks source link

Add option for change lines color in outline #1361

Closed diegoulloao closed 9 months ago

diegoulloao commented 9 months ago

Is your feature request related to a problem? Please describe. Not at all.

Describe the solution you'd like Add an option for add a hi group or let the user change the line color in the config options.

Describe alternatives you've considered Add a general hi group, or option in config for add the hi group name or color.

Additional context None.

diegoulloao commented 9 months ago

Finally I found the highlight group. My bad.

vim.cmd([[ hi! SagaVirtLine guifg=#3c3836 ]])