mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Activate lsp-mode in indirect buffers
This commit is contained in:
@@ -129,7 +129,7 @@ Also see:
|
|||||||
This also logs the resolved project root, if found, so we know where we are."
|
This also logs the resolved project root, if found, so we know where we are."
|
||||||
:override #'lsp
|
:override #'lsp
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(and (buffer-file-name)
|
(and (buffer-file-name (buffer-base-buffer))
|
||||||
(require 'lsp-mode nil t)
|
(require 'lsp-mode nil t)
|
||||||
(setq-local
|
(setq-local
|
||||||
lsp--buffer-workspaces
|
lsp--buffer-workspaces
|
||||||
|
Reference in New Issue
Block a user