Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kicamon/wiki.nvim
a nvim wiki plugin
https://github.com/kicamon/wiki.nvim
nvim wiki
Last synced: 4 days ago
JSON representation
a nvim wiki plugin
- Host: GitHub
- URL: https://github.com/kicamon/wiki.nvim
- Owner: Kicamon
- License: mit
- Created: 2023-11-13T15:19:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T16:41:00.000Z (10 months ago)
- Last Synced: 2024-01-25T17:53:28.200Z (10 months ago)
- Topics: nvim, wiki
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wiki.nvim
A blazing fast and minimal less than 60 lines. neovim wiki plugin like [vimwiki](https://github.com/vimwiki/vimwiki).### install
```lua
{
"Kicamon/wiki.nvim",
require("wiki").setup({
path = "~/wiki/", -- wiki dire
wiki_open = "ww", -- open wiki index
wiki_file = "", -- create or open a file
})
}
```### end
If you are interested in the production process of this plugin and good at Chinese, you can watch the video at the link below
nvim插件制作教程,相关视频:https://www.bilibili.com/video/BV1Qb4y1g7fU/
### License MIT