Enable lsp peek
This commit is contained in:
parent
771eec0f22
commit
6513601f79
2
init.el
2
init.el
|
@ -65,7 +65,7 @@
|
||||||
editorconfig ; let someone else argue about tabs vs spaces
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
lookup ; navigate your code and its documentation
|
lookup ; navigate your code and its documentation
|
||||||
lsp ; M-x vscode
|
(lsp +peek) ; M-x vscode
|
||||||
(magit +forge) ; a git porcelain for Emacs
|
(magit +forge) ; a git porcelain for Emacs
|
||||||
pdf ; pdf enhancements
|
pdf ; pdf enhancements
|
||||||
rgb ; creating color strings
|
rgb ; creating color strings
|
||||||
|
|
Loading…
Reference in New Issue