From 0f2f9676ee8f7fd0abc38c6632515611e57a0fed Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 1 Mar 2025 09:15:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-01 09:15:04 --- .config/harper-ls/dictionary.txt | Bin 22 -> 0 bytes .config/helix/languages.toml | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .config/harper-ls/dictionary.txt diff --git a/.config/harper-ls/dictionary.txt b/.config/harper-ls/dictionary.txt deleted file mode 100644 index 1e9f879aceed4be3440d94af8c87996ded471612..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22 dcmZQ@_Y83kiVO&0*kf66*83NGO~9QQSpZVw2%i7| diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index de0bed95..5236e968 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -97,10 +97,10 @@ language-servers = ["harper-ls"] [[grammar]] name = "ini" -scope = "source.ini" -injection-regex = "ini" -comment-token = "#" -indent = { tab-width = 4, unit = "\t" } +# scope = "source.ini" +# injection-regex = "ini" +# comment-token = "#" +# indent = { tab-width = 4, unit = "\t" } source.path = "/home/fic/dev/tree-sitter-ini" [[language]] name = "ini" @@ -131,7 +131,7 @@ file-types = [ "conf", "properties", "cfg", - "directory" + "directory", ] # [[grammar]] # name = "mail" @@ -170,7 +170,7 @@ source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "8e60f38ef [[language]] name = "python" -language-servers = [ "basedpyright" ] +language-servers = ["basedpyright"] [[language]] name = "kdl"