From 423432254d3970806b95e6191c0210c1022169b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Dec 2022 13:02:51 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 5ca647f..869bd8b 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -250,7 +250,7 @@ EXAMPLES ~ { url = "git@github.com:folke/noice.nvim.git" }, -- 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 { "folke/noice.nvim", dev = true }, }