You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey thanks for this great config! I have most of it working but would like to change the underlining of all words matching the word under the cursor to bold. Here are a couple of observations:
I get the underlining in Gruvbox, but when I switch to Tokyonight, then I get background shading of all similar words. This is better than underlining in my view (since underlining looks similar to undercurl which I use for spellchecking), but maybe not quite as good as bold.
The underlining only shows up in .tex and .md documents (where I spend most of my time) but I notice that .lua files have the functionality that I want where all similar words under the cursor in normal mode are emboldened. I have looked carefully to try to figure out what could be making for the difference across file types, but no luck so far.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
To get rid of the underline, make cursorline = false,
My version of gruvbox doesn't do syntax highlighting, and does have the offending underline. That setting takes it away.
Different themes display cursorline or not at all. That may apply to different filetypes idk. It may be worth experimenting with different themes.
The above setting in tokyonight the line is highlighted and syntax highlighting works as expected.
Some themes don't have treesitter support and gruvbox appears not to.
Hey thanks for this great config! I have most of it working but would like to change the underlining of all words matching the word under the cursor to bold. Here are a couple of observations:
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: