diff options
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -79,4 +79,6 @@ (load! "lang/go") (load! "app/osm") -(set-eglot-client! 'c-mode '("clangd" "-j=3" "--clang-tidy")) +(when (featurep! :tools lsp +eglot) + (set-eglot-client! 'c-mode '("clangd" "-j=3" "--clang-tidy")) + (set-eglot-client! 'terraform-mode '("terraform-ls" "serve"))) |