Adds which-key

For full lsp unlimited POOOOOWWWAAAAAA
This commit is contained in:
2022-09-29 16:32:38 +02:00
parent 84e40828a5
commit f993a9004b

4
.emacs
View File

@@ -183,6 +183,8 @@
(use-package flycheck)
(use-package which-key)
(use-package lsp-mode
:config
(yas-minor-mode)
@@ -428,7 +430,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "UbuntuMono Nerd Font" :foundry "DAMA" :slant normal :weight normal :height 113 :width normal))))
)
'(lsp-ui-doc-background ((t (:background "#373B41")))))
;; Local Variables:
;; vc-follow-symlinks: t
;; End: