mirror of https://github.com/folke/lazy.nvim.git
docs: added config.dev.path to the example
This commit is contained in:
parent
6404d42155
commit
ec0f8d0947
|
@ -219,7 +219,7 @@ return {
|
||||||
{ 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 },
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,7 +66,7 @@ return {
|
||||||
{ 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 },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue