Fix style
This commit is contained in:
parent
fe1ac886ec
commit
e9e0ca0252
2
init.el
2
init.el
|
@ -61,6 +61,7 @@
|
||||||
version-control t
|
version-control t
|
||||||
kept-new-versions 2
|
kept-new-versions 2
|
||||||
kept-old-versions 2)
|
kept-old-versions 2)
|
||||||
|
|
||||||
;; Packages
|
;; Packages
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
|
|
||||||
|
@ -244,6 +245,7 @@
|
||||||
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)
|
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)
|
||||||
(add-hook 'evil-insert-state-entry-hook #'lsp-signature-activate)
|
(add-hook 'evil-insert-state-entry-hook #'lsp-signature-activate)
|
||||||
(add-hook 'evil-insert-state-exit-hook #'lsp-signature-stop))
|
(add-hook 'evil-insert-state-exit-hook #'lsp-signature-stop))
|
||||||
|
|
||||||
(use-package lsp-ui
|
(use-package lsp-ui
|
||||||
:init
|
:init
|
||||||
(setq lsp-ui-doc-position 'at-point
|
(setq lsp-ui-doc-position 'at-point
|
||||||
|
|
Loading…
Reference in a new issue