module-template icon indicating copy to clipboard operation
module-template copied to clipboard

A repository template to create you own nvim-treesitter module !

Results 4 module-template issues
Sort by recently updated
recently updated
newest added

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...

@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....