Fix style
This commit is contained in:
parent
fe1ac886ec
commit
e9e0ca0252
2
init.el
2
init.el
|
@ -61,6 +61,7 @@
|
|||
version-control t
|
||||
kept-new-versions 2
|
||||
kept-old-versions 2)
|
||||
|
||||
;; Packages
|
||||
(require 'use-package)
|
||||
|
||||
|
@ -244,6 +245,7 @@
|
|||
(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-exit-hook #'lsp-signature-stop))
|
||||
|
||||
(use-package lsp-ui
|
||||
:init
|
||||
(setq lsp-ui-doc-position 'at-point
|
||||
|
|
Loading…
Reference in a new issue