Adds which-key
For full lsp unlimited POOOOOWWWAAAAAA
This commit is contained in:
4
.emacs
4
.emacs
@@ -183,6 +183,8 @@
|
|||||||
|
|
||||||
(use-package flycheck)
|
(use-package flycheck)
|
||||||
|
|
||||||
|
(use-package which-key)
|
||||||
|
|
||||||
(use-package lsp-mode
|
(use-package lsp-mode
|
||||||
:config
|
:config
|
||||||
(yas-minor-mode)
|
(yas-minor-mode)
|
||||||
@@ -428,7 +430,7 @@
|
|||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; 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))))
|
'(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:
|
;; Local Variables:
|
||||||
;; vc-follow-symlinks: t
|
;; vc-follow-symlinks: t
|
||||||
;; End:
|
;; End:
|
||||||
|
|||||||
Reference in New Issue
Block a user