dev: Install the yasnippet package

This commit is contained in:
finga 2024-10-17 09:23:15 +02:00
parent 403d278c97
commit 0f7d04e005

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