SnooPets20

joined 1 year ago
[–] SnooPets20@alien.top 1 points 10 months ago (1 children)

I don't know how that would even work. How do you differentiate between the funcions? Do you do fs.watch, vue.watch and so on? If so, maybe try doing fs.? Shouldn't it popup then?

[–] SnooPets20@alien.top 1 points 10 months ago

I've found that using this configuration, the LSP can't halt the UI anymore, resulting in a very snappy experience. The results still take a few secs to show up, but at least you aren't typing blindly waiting for the UI to refresh.

(setq eglot-autoshutdown t)
(setq eglot-sync-connect 0)
(setq eglot-events-buffer-size 0)
(fset #'jsonrpc--log-event #'ignore)
(add-hook 'focus-out-hook 'garbage-collect)

If you don't use eglot, then the last two are the only relevant ones, which are the ones actually doing the work I think.

[–] SnooPets20@alien.top 1 points 11 months ago

Sublime is fast af what are you talking about?

[–] SnooPets20@alien.top 1 points 11 months ago

(setq c-default-style "stroustrup")