md2vim
Tool for automatically converting markdown to vimdoc format (by FooSoft)
tree-sitter-lua
Neovim Tree Sitter Lua Grammar & Library (by tjdevries)
md2vim | tree-sitter-lua | |
---|---|---|
5 | 5 | |
73 | 119 | |
- | 0.0% | |
0.0 | 3.5 | |
over 2 years ago | 5 months ago | |
Go | C | |
MIT License | - |
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.
md2vim
Posts with mentions or reviews of md2vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-02.
-
Vim doc to markdown
I'm writing markdown documentation and converting it to vim doc via https://github.com/FooSoft/md2vim. Here's an example:
-
[vent] I really hate that most neovim plugins don't provide docs...
There are utilities such as https://github.com/FooSoft/md2vim that can convert between markdown and vimdoc. One could keep documentation in the readme and then use this to convert to vimdoc?
- Feline.nvim version 0.1 released
-
LSP Trouble: A pretty diagnostics list to help your solve all the trouble your code is causing.
You might be interested in md2vim , babelfish.nvim :)
-
Noticing a lot of new *.nvim plugins do not have help files
md2vim
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
What are some alternatives?
When comparing md2vim and tree-sitter-lua you can also consider the following projects:
lsp-trouble.nvim - 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. [Moved to: https://github.com/folke/trouble.nvim]
cmp-octave
panvimdoc - Write documentation in pandoc markdown. Generate documentation in vimdoc.
cmp-matlab
nvim-hclipboard - Hijack your clipboard in Neovim
lemmy-help - Every one needs help, so lemmy-help you! A CLI to generate vim/nvim help doc from emmylua