tools/lsp: minor refactors

This commit is contained in:
Henrik Lissner 2020-05-28 15:30:20 -04:00
parent 92760d91ae
commit d502c7c06a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 14 additions and 7 deletions

View file

@ -7,7 +7,10 @@ workspace buffer is closed.
This delay prevents premature server shutdown when a user still intends on
working on that project after closing the last buffer.")
;; TODO : set eglot-events-buffer-size to nil in doom-debug-mode
;;
;;; Implementations
(if (featurep! +eglot)
(load! "+eglot")
(load! "+lsp"))