diff --git a/.config/harper-ls/dictionary.txt b/.config/harper-ls/dictionary.txt deleted file mode 100644 index 1e9f879a..00000000 Binary files a/.config/harper-ls/dictionary.txt and /dev/null differ 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"