diff options
author | 2022-04-21 21:53:35 -0500 | |
---|---|---|
committer | 2022-04-21 21:55:38 -0500 | |
commit | 81259b3442a284a2511b388c65021c50f70ace0e (patch) | |
tree | 8246a330a7a21332384110a446bc030ad93016d7 /init.el | |
parent | feat: add osm.el (diff) | |
download | doom-emacs-81259b3442a284a2511b388c65021c50f70ace0e.tar.xz |
config(lsp): migrate to eglot from lsp-mode
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists (lookup +dictionary); navigate your code and its documentation - lsp ; M-x vscode + (lsp +eglot) ; M-x vscode magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs ;;pass ; password manager for nerds |