mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add LSP server activation behind feature flag
This commit is contained in:
@ -13,3 +13,8 @@
|
||||
:after terraform-mode
|
||||
:config
|
||||
(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