diff --git a/common/helix/config.toml b/common/helix/config.toml index 60eebc7..5ab9163 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -38,8 +38,6 @@ D = "kill_to_line_end" q = ":reflow 80" Q = ":reflow 120" v = ":run-shell-command fish -c 'env > /tmp/env'" -J = ":bp" -K = ":bn" C = ":bc" # O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"] diff --git a/common/helix/languages.toml b/common/helix/languages.toml index c93d18b..b537d32 100644 --- a/common/helix/languages.toml +++ b/common/helix/languages.toml @@ -11,6 +11,10 @@ name = "fish" auto-format = true indent = { tab-width = 2, unit = "\t" } +[[language]] +name = "go" +indent = { tab-width = 2, unit = "\t" } + [[language]] name = "javascript" scope = "source.js"