mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: added config.dev.path to the example
This commit is contained in:
parent
6404d42155
commit
ec0f8d0947
2 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue