diff --git a/README.md b/README.md index 8f05934..b94da2d 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ return { { 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 }, } diff --git a/lua/lazy/example.lua b/lua/lazy/example.lua index f3eda6c..cd99e16 100644 --- a/lua/lazy/example.lua +++ b/lua/lazy/example.lua @@ -66,7 +66,7 @@ return { { 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 }, }