dev: Add yasnippet config to fix completion
This commit is contained in:
parent
af80c69b78
commit
de9470bc95
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue