summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/helix/config.toml2
-rw-r--r--dotfiles/helix/languages.toml12
-rw-r--r--dotfiles/ssh/config2
3 files changed, 14 insertions, 2 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
index 1893b94..9b118c4 100644
--- a/dotfiles/helix/config.toml
+++ b/dotfiles/helix/config.toml
@@ -1,4 +1,4 @@
-theme = "snazzy"
+theme = "default"
[editor]
bufferline = "always"
diff --git a/dotfiles/helix/languages.toml b/dotfiles/helix/languages.toml
index 9888a31..e4a7110 100644
--- a/dotfiles/helix/languages.toml
+++ b/dotfiles/helix/languages.toml
@@ -1,4 +1,16 @@
[[language]]
+name = "hcl"
+scope = "source.hcl"
+injection-regex = "(hcl|tf|nomad)"
+language-id = "terraform"
+file-types = ["hcl", "tf", "nomad"]
+comment-token = "#"
+block-comment-tokens = { start = "/*", end = "*/" }
+indent = { tab-width = 2, unit = " " }
+language-servers = [ "terraform-ls", "gpt" ]
+auto-format = true
+
+[[language]]
name = "go"
auto-format= true
diagnostic-severity = "hint"
diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config
index 5bdcbec..5b4b250 100644
--- a/dotfiles/ssh/config
+++ b/dotfiles/ssh/config
@@ -1,4 +1,4 @@
-ControlPath ~/.ssh/%C
+ControlPath ~/.ssh/cp-%C
ControlMaster auto
#UseKeychain yes
AddKeysToAgent yes