From 93a2308fac3da6939597397d3ec6cb02c29f937d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 28 Apr 2025 13:03:51 +0300 Subject: Update --- dotfiles/helix/languages.toml | 12 ++++++++++++ dotfiles/ssh/config | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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,3 +1,15 @@ +[[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 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 -- cgit v1.2.3 From be0171737d4f081111adfed0dd5bc8e69ad8d1ba Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 28 Apr 2025 17:59:56 +0300 Subject: Update --- dotfiles/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3