module-template
module-template copied to clipboard
A repository template to create you own nvim-treesitter module !
closes #6 Please let me know if you prefer any changes and feel free to modify the PR.
As the modules depend on nvim-treesitter. I think it could be nice to add a little dependency check if it is installed. It could be as simple as a: `if...
Add CI
@vigoux 1. Currently there is `module-template.vim` with a intialisation method. A pure lua profile would decrease startup time, so usage should be written into the README of the plugin. 2....