Skip to content

Kicamon/wiki.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

wiki.nvim

A blazing fast and minimal less than 60 lines. neovim wiki plugin like vimwiki.

install

{
    "Kicamon/wiki.nvim",
    require("wiki").setup({
        path = "~/wiki/", -- wiki dire
        wiki_open = "<leader>ww", -- open wiki index
        wiki_file = "<cr>", -- 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

About

a nvim wiki plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages