Bump :tools lsp
emacs-lsp/lsp-mode@76fe399 -> emacs-lsp/lsp-mode@401d724 emacs-lsp/lsp-ui@134d9b7 -> emacs-lsp/lsp-ui@242dfe8 emacs-lsp/lsp-ivy@39b90e7 -> emacs-lsp/lsp-ivy@a6b7841
This commit is contained in:
parent
2cc304a646
commit
d41da2a14a
2 changed files with 4 additions and 5 deletions
|
@ -34,8 +34,7 @@ working on that project after closing the last buffer.")
|
|||
;; Don't prompt the user for the project root every time we open a new
|
||||
;; lsp-worthy file, instead, try to guess it with projectile.
|
||||
(setq lsp-auto-guess-root t)
|
||||
;; Auto-kill LSP server once you've killed the last buffer associated with its
|
||||
;; project.
|
||||
;; Auto-kill LSP server after last workspace buffer is killed.
|
||||
(setq lsp-keep-workspace-alive nil)
|
||||
;; Let `flycheck-check-syntax-automatically' determine this.
|
||||
(setq lsp-flycheck-live-reporting nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue