fix: LSP config incompatibility and lean mode #24

Open
aniva wants to merge 1 commits from emacs into main
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
(eval +overlay) ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists ;;gist ; interacting with github gists
lookup ; navigate your code and its documentation lookup ; navigate your code and its documentation
(lsp +peek +eglot) ; M-x vscode (lsp +eglot) ; M-x vscode
(magit +forge) ; a git porcelain for Emacs (magit +forge) ; a git porcelain for Emacs
make ; run make tasks from Emacs make ; run make tasks from Emacs
pass ; password manager for nerds pass ; password manager for nerds
@ -146,7 +146,7 @@
(julia +lsp) ; a better, faster MATLAB (julia +lsp) ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script) ;;kotlin ; a better, slicker Java(Script)
(latex +latexmk +lsp) ; writing papers in Emacs has never been so fun (latex +latexmk +lsp) ; writing papers in Emacs has never been so fun
lean ; for folks with too much to prove ;;lean ; for folks with too much to prove
ledger ; be audit you can be ledger ; be audit you can be
;;lua ; one-based indices? one-based indices ;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore markdown ; writing docs for people to ignore