Firstly doom emacs is great and God bless hlissner. But there's one issue I've not yet been able to solve.
In doom emacs, there is a feature that highlights all the occurrences of the term under the cursor. This same mode, I believe, in the event of the cursor being on a string, it highlights the entire string. But this really slows the app down and makes the editing process really annoying in the case of long strings.
In the above link, I am trying to edit a graphql schema which is a multi line string. And the entire string being highlighted every moment makes it really laggy and nearly impossible to edit.
So my question is how do I turn of this under-the-cursor highlighting feature in doom emacs? Thanks
PS: I have googled for this but I couldn't find te solution to this exact problem. Most of the solutions were to disable the hl-line mode which I don't have a problem with.
Edit: I have updated the question to clarify that although my problem is with string highlighting, the mode in question has a more general highlight behaviour as explained above. Thanks u/7890yuiop for pointing it out.