Compare commits

..

No commits in common. "0f7d04e0058853f54be0bc13afbc2e5f1e606858" and "853c462c330cb1cbae4cb73ce169abb62fe1a1ef" have entirely different histories.

View file

@ -50,12 +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
("RET" . nil) ("RET" . nil)
("<return>" . nil) ("<return>" . nil)
("M-RET" . company-complete-selection))) ("M-RET" . company-complete-selection)))