AutoYADM commit: 2025-05-28 15:17:55

This commit is contained in:
Daniel Fichtinger 2025-05-28 15:17:56 -04:00
parent b07319e93d
commit b1a8153cf1
2 changed files with 22 additions and 1 deletions

View file

@ -1,5 +1,4 @@
set -gx FZF_DEFAULT_OPTS " set -gx FZF_DEFAULT_OPTS "
--height 50%
--layout=default --layout=default
--border --border
--color=hl:#933737 --color=hl:#933737

View file

@ -74,3 +74,25 @@ pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
[language.jsonc.queries] [language.jsonc.queries]
path = "runtime/queries/jsonc" path = "runtime/queries/jsonc"
# ini
[language.ini.grammar.source.git]
url = "https://github.com/justinmk/tree-sitter-ini"
pin = "32b31863f222bf22eb43b07d4e9be8017e36fb31"
[language.ini.grammar]
path = "src"
compile = "cc"
compile_args = ["-c", "-fpic", "../parser.c", "-I", ".."]
compile_flags = ["-O3"]
link = "cc"
link_args = ["-shared", "-fpic", "parser.o", "-o", "ini.so"]
link_flags = ["-O3"]
[language.ini.queries.source.git]
url = "https://github.com/helix-editor/helix"
pin = "7275b7f85014aad7e15d4987ec4f2249572eecfb"
[language.ini.queries]
path = "runtime/queries/ini"