From 2fbd75d91dc458da1323790386812dbd9553f2f4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 17 Sep 2022 13:59:42 -0700 Subject: feat(lsp): configure lsp-mode for Emacs Despite all the hype around eglot, it's not working well enough for me. I keep running into issues where the text is poorly formatted (I might have more than one formatter running, so it could be my fault). It also have to frequently reconnect to the server, which is really annoying (and I did not use to have that problem with lsp-mode). Change-Id: I5763487882599053adf9fd05c612422ad94edbe1 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fcc7770..be51923 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /emacs/history /emacs/places /emacs/recentf +/emacs/.lsp-session-v1 -- cgit 1.4.1