Linny.vim
Update 22 August 2024 - As the creator of Linny.vim has switched to NeoVim. Linny is now fully compatible with NeoVim
RIP Bram Molenaar
Personal wiki and document database powered by Markdown and Front Matter.

Quickstart
Read the Linny.vim + Notes Boilerplate quick start tutorial
Installation
Use your favorite package manager.
Using vim-plug:
Plug 'linden-project/linny.vim'
Using Lazy:
{
'linden-project/linny.vim',
enabled = true,
config = function()
vim.fn['linny#Init']()
end,
}
NeoVim
More instructions will follow but you can checkout my neovim configuration as example.
Install fred
Some features for linny require fred.
Install the latest version on your system. Linny will show the version in the linny menu.
Documentation
The official manual can be read directly in Vim/NeoVim:
:help linny
Alternatively, you can read linny.txt in your browser.
Releasing
For maintainers: run the script ./script/release.sh.
Credits
- vimwiki - The most popular Wiki plugin for Vim
- mmai/vim-markdown-wiki - A simple Wiki plugin for vim made with a few Markdown additions
- Kiwi - An iOS Wiki App using dropbox for synchronization and Markdown as wiki documents.
- skywind3000/quickmenu - Side panel menu plugin with customizable shortcuts.
License
MIT - Copyright 2019-2026 (c) Pim Snel.