feat(nvim): enable dev path in lazy
This commit is contained in:
parent
700b4020df
commit
1b0111f742
@ -779,4 +779,7 @@ lazy.setup({
|
|||||||
concurrency = 20,
|
concurrency = 20,
|
||||||
},
|
},
|
||||||
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
|
||||||
|
dev = {
|
||||||
|
path = "~/Git/Neovim",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user