md2vim
Tool for automatically converting markdown to vimdoc format (by FooSoft)
lualine.nvim
A blazing fast and easy to configure Neovim statusline written in Lua (by shadmansaleh)
md2vim | lualine.nvim | |
---|---|---|
5 | 10 | |
73 | 1 | |
- | - | |
0.0 | 9.1 | |
over 2 years ago | over 3 years ago | |
Go | Lua | |
MIT License | 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
lualine.nvim
Posts with mentions or reviews of lualine.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-21.
-
Lualine now has a new home
I've asked /u/aitchpe to put a fork of https://github.com/shadmansaleh/lualine.nvim under his account and archive it so users of hoob3rt/lualine can be notified of the org change .
-
Looking for airline replacement
require'lualine'.setup() should give you a decent statusline. If you're using https://github.com/shadmansaleh/lualine.nvim it'll match themes automatically . Can you tell me what else you had to manually setup?
-
100$ Bounty to anyone who ports transparent airline theme to fastest neovim tabline plugin
You can try lualine . The themes are pretty simple . I'm sure you can do it yourself . instructions are available here . You basically just need to put color values in a table :)
-
Feline.nvim version 0.1 released
Were you using shadmansaleh/lualine.nvim ? I think I've fixed that bug already.
-
Lua statusline which auto-sets colors based on current colorscheme?
One suggestion is that you may want to use this fork instead of the original: https://github.com/shadmansaleh/lualine.nvim
What are some alternatives?
When comparing md2vim and lualine.nvim 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]
feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua
panvimdoc - Write documentation in pandoc markdown. Generate documentation in vimdoc.
lightline.vim - A light and configurable statusline/tabline plugin for Vim
nvim-hclipboard - Hijack your clipboard in Neovim
nvim-lua