dev: Add yasnippet config to fix completion

This commit is contained in:
finga 2025-04-29 13:53:20 +02:00
parent af80c69b78
commit de9470bc95

View file

@ -54,7 +54,10 @@
(setq lsp-ui-sideline-show-diagnostics nil))
(use-package yasnippet
:ensure t)
:ensure t
:config
(yas-reload-all)
(add-hook 'prog-mode-hook 'yas-minor-mode))
(use-package company
:ensure t)