How to enable *only* treesitter scope underline? #968
Answered
by
lukas-reineke
ferdinandrau
asked this question in
Q&A
-
|
I currently use these Vim options: vim.o.list = true
vim.o.listchars = "tab:› ,lead:·,trail:·,nbsp:␣,extends:…"I would like to have no indent guides whatsoever but show the (exact) scope start and end underlines. Is this possible using this plugin? Couldn't get it to work, what combination of options is needed? |
Beta Was this translation helpful? Give feedback.
Answered by
lukas-reineke
Jan 18, 2025
Replies: 1 comment 2 replies
-
|
Setting |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ferdinandrau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting
:help ibl.config.indent.charto""should get you that.