Add LSP server activation behind feature flag
This commit is contained in:
parent
9ec3549f6c
commit
c917502823
1 changed files with 5 additions and 0 deletions
|
@ -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!))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue