Skip to content

Commit

Permalink
[lsp] update consult-lsp init
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhvg authored and smile13241324 committed Jul 1, 2022
1 parent b4d84a4 commit f3c7317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions layers/+tools/lsp/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
(defun lsp/init-consult-lsp ()
(use-package consult-lsp
:defer t
:after (lsp-mode)
:config
(consult-lsp-marginalia-mode 1)))
:after (lsp-mode)))

(defun lsp/init-lsp-treemacs ()
(use-package lsp-treemacs :defer t))
Expand Down

0 comments on commit f3c7317

Please sign in to comment.