md2vim
Tool for automatically converting markdown to vimdoc format (by FooSoft)
nvim-hclipboard
Hijack your clipboard in Neovim (by kevinhwang91)
md2vim | nvim-hclipboard | |
---|---|---|
5 | 4 | |
73 | 19 | |
- | - | |
0.0 | 1.2 | |
over 2 years ago | over 2 years ago | |
Go | Lua | |
MIT License | BSD 3-clause "New" or "Revised" 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
nvim-hclipboard
Posts with mentions or reviews of nvim-hclipboard.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-01.
-
[vent] I really hate that most neovim plugins don't provide docs...
I have written nvim-bqf, nvim-hlslens and nvim-hclipboard plugins with Lua. They aren't any :h docs. I think they are simple enough and the README is also clear. If the plugin doc is written detail, I will write it under Markdown and create a command to invoke a new tab or floating window. Vim doc, R.I.P
-
Is it possible to use visual-mode instead of select-mode for snippet placeholders?
There's a plugin which exists specifically for this purpose https://github.com/kevinhwang91/nvim-hclipboard i.e. prevents your registers getting mangled.
-
Is there a way to disable all yank-on-delete behavior in nvim?
nvim-hclipboard I wrote recently can do what you want
- Select mode always pollutes my clipboard, so I write a plugin to hijack my clipboard!
What are some alternatives?
When comparing md2vim and nvim-hclipboard 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]
vim-cutlass - Plugin that adds a 'cut' operation separate from 'delete'
panvimdoc - Write documentation in pandoc markdown. Generate documentation in vimdoc.
vim-easyclip - Simplified clipboard functionality for Vim
nvim-libmodal - Create new "modes" for Neovim!
nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration