diff --git a/myconfig.org b/myconfig.org index 1542688..bad5889 100644 --- a/myconfig.org +++ b/myconfig.org @@ -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