chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-20 13:02:51 +00:00
parent 6e32759c5d
commit 423432254d
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ EXAMPLES ~
{ url = "git@github.com:folke/noice.nvim.git" }, { url = "git@github.com:folke/noice.nvim.git" },
-- local plugins can also be configure with the dev option. -- local plugins can also be configure with the dev option.
-- This will use ~/projects/noice.nvim/ instead of fetching it from Github -- This will use {config.dev.path}/noice.nvim/ instead of fetching it from Github
-- With the dev option, you can easily switch between the local and installed version of a plugin -- With the dev option, you can easily switch between the local and installed version of a plugin
{ "folke/noice.nvim", dev = true }, { "folke/noice.nvim", dev = true },
} }