summary refs log tree commit diff
path: root/emacs/custom/my-lsp.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(completion): add more packages for completionFranck Cuny2022-09-171-0/+9
| | | | | | Get LSP to work with cape and corfu for the completion. Change-Id: Id8f01b1dee77957ff5ba27ed471707b7b9c7dc93
* feat(lsp): configure lsp-mode for EmacsFranck Cuny2022-09-171-0/+27
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