Add LSP mode notes

main
Sergio Alvariño 2 years ago
parent b979bb6edc
commit e37183119b

@ -613,6 +613,25 @@ Quick navigation to words
)
#+end_src
* LSP
We are using =lsp-mode= but keep an eye on =eglot= as an alternative.
Links to check
- [[https://emacs-lsp.github.io/lsp-mode/][LSP-mode Home]]
- [[https://tychoish.com/post/emacs-and-lsp-mode/][Tychoist: Emacs and LSP mode]]
- [[https://vxlabs.com/2018/11/19/configuring-emacs-lsp-mode-and-microsofts-visual-studio-code-python-language-server/][MS lsp server with python]]
- [[https://www.mattduck.com/lsp-python-getting-started.html][Getting started with lsp-mode for Python]] (good)
- [[https://www.mortens.dev/blog/emacs-and-the-language-server-protocol/][C++, Python, Rust]]
- [[https://ddavis.io/posts/emacs-python-lsp/][Python IDE with LSP and pyenv]] (good)
- [[https://github.com/pythonic-emacs/pyenv-mode][pyenv-mode]]
- [[https://www.mortens.dev/blog/emacs-and-the-language-server-protocol/][Morten's Dev]] (tiene buena pinta)
- [[https://mullikine.github.io/posts/setting-up-lsp-with-emacs-attempt-2/][Bodacious Blog]] (parece muy completo pero algo criptico)
LSP mode, allows the use of Language Server Protocol for programming.
**lsp-keymap prefix remapped to "C-c l"**
* next
#+begin_src emacs-lisp
#+end_src

Loading…
Cancel
Save