mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add LSP server activation behind feature flag
This commit is contained in:
@ -13,3 +13,8 @@
|
|||||||
:after terraform-mode
|
:after terraform-mode
|
||||||
:config
|
:config
|
||||||
(set-company-backend! 'terraform-mode 'company-terraform))
|
(set-company-backend! 'terraform-mode 'company-terraform))
|
||||||
|
|
||||||
|
|
||||||
|
(after! terraform-mode
|
||||||
|
(if (featurep! +lsp)
|
||||||
|
(add-hook 'terraform-mode-local-vars-hook #'lsp!))
|
||||||
|
Reference in New Issue
Block a user