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 }, }