tree-sitter-lua
Neovim Tree Sitter Lua Grammar & Library (by tjdevries)
cmp-octave
By mstanciu552
tree-sitter-lua | cmp-octave | |
---|---|---|
5 | 1 | |
119 | 2 | |
0.8% | - | |
3.5 | 0.0 | |
6 months ago | over 3 years ago | |
C | Lua | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tree-sitter-lua
Posts with mentions or reviews of tree-sitter-lua.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-21.
-
Generating docs for plugins?
As an alternative, telescope.nvim leverages TJs tree-sitter-lua that is relatively easy to setup as per the project README. I've done it twice for telescope extensions.
-
mini.doc - generate help files from EmmyLua-like annotations
I am happy to announce mini.doc - module of mini.nvim for generating help files (what you read when using :help) from EmmyLua-like annotations (not fully complying with this standard but very close). The basic idea is to keep documentation close to Lua implementation and generate help files automatically. It was written mainly to document 'mini.nvim' (instead of previous great but not that flexible tjdevries/tree-sitter-lua), but other people can also benefit from this. And not only plugin authors: general user can also document their Neovim Lua setup!
-
Alternative Lua parser for nvim-treesitter. It closely follows the syntax of Lua in extended BNF (https://www.lua.org/manual/5.1/manual.html#8).
Interesting, you seem to have done for this a lot of the reasons I created this parser awhile back: https://github.com/tjdevries/tree-sitter-lua
-
Octave and Matlab cmp sources
For documentation, I can highly recommend: https://github.com/tjdevries/tree-sitter-lua
- Noticing a lot of new *.nvim plugins do not have help files
cmp-octave
Posts with mentions or reviews of cmp-octave.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-27.
What are some alternatives?
When comparing tree-sitter-lua and cmp-octave you can also consider the following projects:
cmp-matlab
lemmy-help - Every one needs help, so lemmy-help you! A CLI to generate vim/nvim help doc from emmylua
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
md2vim - Tool for automatically converting markdown to vimdoc format
tree-sitter-jsdoc - JSDoc grammar for Tree-sitter