feat(nvim): enable dev path in lazy

This commit is contained in:
Price Hiller 2023-06-30 21:34:26 -05:00
parent 700b4020df
commit 1b0111f742
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -779,4 +779,7 @@ lazy.setup({
concurrency = 20,
},
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
dev = {
path = "~/Git/Neovim",
},
})