diff --git a/.config/harper-ls/dictionary.txt b/.config/harper-ls/dictionary.txt index 1009eb05..1a2240e7 100644 Binary files a/.config/harper-ls/dictionary.txt and b/.config/harper-ls/dictionary.txt differ diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 219a9e92..c6e2c5a1 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -57,6 +57,7 @@ skip-levels = 1 enable = true [keys.normal] +"\\" = ":format" "+" = ":reflow" ret = "goto_word" m = "move_char_left" diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index dfc76cc8..5887c724 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -62,7 +62,7 @@ name = "markdown" # language-servers = ["marksman", "markdown-oxide", "buffer-language-server"] # language-servers = ["iwe", "scls"] # language-servers = ["marksman", "iwe", "scls"] -language-servers = ["marksman", "scls", "harper-ls"] +language-servers = ["harper-ls", "marksman", "scls"] formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] } auto-format = true