dev: Install the yasnippet package
This commit is contained in:
parent
403d278c97
commit
0f7d04e005
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue