diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-28 20:42:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-28 20:42:29 +0300 |
| commit | 25d691e2d14aa3b260200e1ceaacc47d438f2252 (patch) | |
| tree | 7985c28352da05e0364af4928379b82c293da8af | |
| parent | 73d51d05db577a0acaba806765f2d047941bd339 (diff) | |
| parent | be0171737d4f081111adfed0dd5bc8e69ad8d1ba (diff) | |
Merge branch 'master' of codeberg.org:snonux/rexfiles
| -rw-r--r-- | dotfiles/helix/config.toml | 2 | ||||
| -rw-r--r-- | dotfiles/helix/languages.toml | 12 | ||||
| -rw-r--r-- | dotfiles/ssh/config | 2 |
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 |
