Compare commits
2 commits
853c462c33
...
0f7d04e005
Author | SHA1 | Date | |
---|---|---|---|
0f7d04e005 | |||
403d278c97 |
1 changed files with 6 additions and 3 deletions
|
@ -50,9 +50,12 @@
|
|||
(setq lsp-ui-doc-position 'at-point)
|
||||
(setq lsp-ui-doc-show-with-mouse nil))
|
||||
|
||||
(use-package yasnippet
|
||||
:ensure t)
|
||||
|
||||
(use-package company
|
||||
:ensure t
|
||||
:bind (:map company-active-map
|
||||
("RET" . nil)
|
||||
("<return>" . nil)
|
||||
("M-RET" . company-complete-selection)))
|
||||
("RET" . nil)
|
||||
("<return>" . nil)
|
||||
("M-RET" . company-complete-selection)))
|
||||
|
|
Loading…
Reference in a new issue