From f993a9004bf49a1012eae9e21836666429e45c9b Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 29 Sep 2022 16:32:38 +0200 Subject: [PATCH] Adds which-key For full lsp unlimited POOOOOWWWAAAAAA --- .emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index ffbc640..e969289 100644 --- a/.emacs +++ b/.emacs @@ -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: