Compare commits

..

2 commits

Author SHA1 Message Date
0f7d04e005 dev: Install the yasnippet package 2024-10-17 09:23:15 +02:00
403d278c97 dev: Fix indentions 2024-10-17 09:22:56 +02:00

View file

@ -50,6 +50,9 @@
(setq lsp-ui-doc-position 'at-point) (setq lsp-ui-doc-position 'at-point)
(setq lsp-ui-doc-show-with-mouse nil)) (setq lsp-ui-doc-show-with-mouse nil))
(use-package yasnippet
:ensure t)
(use-package company (use-package company
:ensure t :ensure t
:bind (:map company-active-map :bind (:map company-active-map