This commit is contained in:
2026-06-03 05:23:07 +02:00
commit a67da8c917
102 changed files with 9238 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
-- Treesitter config lives in plugin/tonysitter.lua.
-- The only thing left here is the goon filetype mapping;
-- goon's parser is at ~/.local/share/nvim/site/parser/goon.so
-- and queries are at ~/.config/nvim/queries/goon/, both auto-loaded.
vim.filetype.add({ extension = { goon = "goon" } })