Replies: 1 comment
-
Possibly. Let's confirm that by your experiment after But perhaps , and very importantly, before doing that, make sure you report your Emacs version, your Eglot version, and desirably everything (and I really do mean everything) requested in https://www.gnu.org/software/emacs/manual/html_node/eglot/Reporting-bugs.html |
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
-
I work on Nix a lot. When I open Nixpkgs'
all-packages.nix
(1.4MiB) with thenixd
server and hover over an instance ofcallPackage
, nixd tells emacs to highlight that keyword and then emacs goes spinning. It can be cancelled but that results in highlighting ofcallPackage
instances being stuck.Is it attempting to highlight all 15k instances of
callPackage
in the buffer? Can I make it not do that somehow? I only need the highlighting in the visible portion, the rest can be loaded on-demand.Alternatively, can I turn of highlight on hover in certain files only? Or ideally in very large files past a certain size.
If you can't disable just highlighting (that appears to be the primary performance limitation), can you disable eglot in certain paths only (or past a certain size)?
Beta Was this translation helpful? Give feedback.
All reactions