Rainbow delimiters for Neovim with Tree-sitter
Find a file
2020-11-02 17:44:30 +05:30
lua Initial commit 2020-11-02 17:44:30 +05:30
plugin Initial commit 2020-11-02 17:44:30 +05:30
queries Initial commit 2020-11-02 17:44:30 +05:30
.editorconfig Initial commit 2020-11-02 17:44:30 +05:30
LICENSE Initial commit 2020-11-02 17:44:30 +05:30
README.md Initial commit 2020-11-02 17:44:30 +05:30

module-template

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

Please find below the list of things you will need to do to get going !

TODO (for you)

After using this template, you will need to :

  • Rename every from example-module to the actual name of your module
  • Maybe rename the queries.
  • Send us a message here : Gitter
  • Code your module !