diff --git a/.config/foot/foot.ini##hostname.dpad b/.config/foot/foot.ini##hostname.dpad index e344df57..871dd3d6 100644 --- a/.config/foot/foot.ini##hostname.dpad +++ b/.config/foot/foot.ini##hostname.dpad @@ -1,5 +1,5 @@ # -*- conf -*- -[main] +# [main] # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) # term=foot (or xterm-256color if built with -Dterminfo=disabled) # login-shell=no diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index a8b193e0..4902b918 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -95,6 +95,10 @@ name = "mail" language-servers = ["harper-ls"] # injection-regex = "mail|eml|email" +[[grammar]] +name = "ini" +source.path = "/home/fic/dev/tree-sitter-ini" + # [[grammar]] # name = "mail" # source.path = "/home/fic/dev/tree-sitter-mail"