Replies: 1 comment 7 replies
-
fzf_opts = {
["--with-nth"] = "5..",
["--nth"] = "2..",
},
Do you mean no treesitter highlighting on each line? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to disable unnecessary marker/pointer and line numbers in
:F blines
.I have tried
["--marker"] = ""
and["--pointer"] = ""
, but they both break the display comprehensively....does nothing.
Beta Was this translation helpful? Give feedback.
All reactions