From 23ffae2d1a9333b5b91e5b304f08c9583b54a74c Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 3 Jul 2023 23:55:31 -0500 Subject: [PATCH] Cleanup --- common/helix/config.toml | 2 -- common/helix/languages.toml | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) 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"