feat: tree-sitter support for GSP

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 08:10:10 +07:00
parent 6df95d746d
commit f276752d81
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -14,4 +14,8 @@ util.getch_lazy_nvim().setup({
-- Note to self: init is called during startup. Configuration for vim plugins typically should be set in an init function
end,
},
{
url = "https://git.sr.ht/~mango/tree-sitter-gsp",
fp = "gsp",
},
})