Nippurdelagash

joined 2 years ago
[–] [email protected] 1 points 2 years ago

I had a similar issue with lsp-mode where it started to lag everything in python mode. Turns out that if you have setup a proxy server with something like:

(setq socks-noproxy '("127.0.0.1"))
(setq socks-server '("Default server" "127.0.0.1" 8010 5))

lsp ends up routing the client-server calls through your proxy.