diff --git a/common/helix/config.toml b/common/helix/config.toml index b60edd8..8ce43a2 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -26,4 +26,5 @@ D = "kill_to_line_end" "C-k" = "jump_view_up" "C-j" = "jump_view_down" "C-h" = "jump_view_left" -"C-l" = "jump_view_right" \ No newline at end of file +"C-l" = "jump_view_right" +"C-;" = "repeat_last_motion" \ No newline at end of file diff --git a/common/helix/languages.toml b/common/helix/languages.toml index 80dc7c5..e69de29 100644 --- a/common/helix/languages.toml +++ b/common/helix/languages.toml @@ -1,24 +0,0 @@ -[[language]] -name = "typescript" -scope = "source.ts" -injection-regex = "ts" -file-types = ["typescript"] -roots = ["deno.json"] -language-server = { command = "denopoo", args = ["lsp"] } -config = { deno = { enable = true, lint = true } } -comment-token = "//" -indent = { tab-width = 2, unit = " " } -grammar = "javascript" - -[[language]] -name = "elixir" -scope = "source.elixir" -injection-regex = "(elixir|ex)" -file-types = ["ex", "exs", "mix.lock"] -shebangs = ["elixir"] -roots = [] -comment-token = "#" -auto-format = true -language-server = { command = "elixir-ls" } -config = { elixirLS.dialyzerEnabled = true } -indent = { tab-width = 2, unit = " " } \ No newline at end of file