Add LSP server activation behind feature flag

This commit is contained in:
Tyler Hampton 2020-02-17 20:28:03 -08:00
parent 9ec3549f6c
commit c917502823

View file

@ -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!))