Compare commits
2 commits
853c462c33
...
0f7d04e005
Author | SHA1 | Date | |
---|---|---|---|
0f7d04e005 | |||
403d278c97 |
1 changed files with 6 additions and 3 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