Activate lsp-mode in indirect buffers
This commit is contained in:
parent
29650a67a2
commit
861e0f71d5
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Also see:
|
|||
This also logs the resolved project root, if found, so we know where we are."
|
||||
:override #'lsp
|
||||
(interactive "P")
|
||||
(and (buffer-file-name)
|
||||
(and (buffer-file-name (buffer-base-buffer))
|
||||
(require 'lsp-mode nil t)
|
||||
(setq-local
|
||||
lsp--buffer-workspaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue