diff --git a/.config/harper-ls/dictionary.txt b/.config/harper-ls/dictionary.txt index 66779289..7ba2528e 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 5e5445c5..fe487abd 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -55,6 +55,7 @@ skip-levels = 1 [editor.soft-wrap] enable = true +wrap-indicator = "" [keys.insert] C-k = "signature_help" diff --git a/.config/helix/runtime/queries/mail/injections.scm b/.config/helix/runtime/queries/mail/injections.scm index cf4a5201..fe299fc3 100644 --- a/.config/helix/runtime/queries/mail/injections.scm +++ b/.config/helix/runtime/queries/mail/injections.scm @@ -1,2 +1,2 @@ -((body_line) @injection.content - (#set! injection.language "markdown")) +; ((body_line) @injection.content +; (#set! injection.language "markdown"))