Dashed line across the screen #945
-
How do i disable the horizontal dashed line. It shows only the function or attribute set header Gives 4-5 lines of context above Happens when your cursor enters a block I did some debugging and found out
this code is causing the issue |
Beta Was this translation helpful? Give feedback.
Answered by
NotAShelf
Jun 9, 2025
Replies: 2 comments 1 reply
-
Those are from treesitter folds, try setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jack-thesparrow
-
it was the option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those are from treesitter folds, try setting
vim.treesitter.fold
to false.