feat: tree-sitter support for GSP
This commit is contained in:
parent
6df95d746d
commit
f276752d81
1 changed files with 4 additions and 0 deletions
|
@ -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
|
-- Note to self: init is called during startup. Configuration for vim plugins typically should be set in an init function
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
url = "https://git.sr.ht/~mango/tree-sitter-gsp",
|
||||||
|
fp = "gsp",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue