Teach lsp-mode that envrc files are shell files
This commit is contained in:
parent
172953e7b7
commit
b7d079a564
@ -50,6 +50,7 @@
|
||||
"C-c l" '("lsp"))
|
||||
:config
|
||||
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)
|
||||
(add-to-list 'lsp-language-id-configuration '(direnv-envrc-mode . "shellscript"))
|
||||
:custom
|
||||
(lsp-keymap-prefix "C-c l")
|
||||
(lsp-headerline-breadcrumb-enable nil)
|
||||
|
Loading…
Reference in New Issue
Block a user