Skip to content

How to create a new remote module #6484

Answered by clason
monaqa asked this question in Q&A
Discussion options

You must be logged in to vote

I would like to create a plugin using nvim-treesitter, what is the current recommended process to follow?

Don't.

I am not sure what the "standalone" refers to.

It means it should not rely on nvim-treesitter in any way. Just assume that users have some way of installing parsers, and use Neovim's own vim.treesitter API to implement it. (See https://github.com/nvim-treesitter/nvim-treesitter-context for an example.)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@monaqa
Comment options

Answer selected by monaqa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants