diff options
-rw-r--r-- | config.el | 4 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 4 insertions, 2 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"))) @@ -101,7 +101,7 @@ ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings ;;taskrunner ; taskrunner for all your projects - ;;terraform ; infrastructure as code + terraform ; infrastructure as code ;;tmux ; an API for interacting with tmux tree-sitter ; syntax and parsing, sitting in a tree... ;;upload ; map local to remote projects via ssh/ftp |