chore(neovim): add dev plugin paths to lazy.nvim
Use local `nvim-ufo` until the PR I submitted gets approved `nix-store.nvim` is a plugin I maintain, so its useful to have it overwritten.
This commit is contained in:
parent
ad62e04c78
commit
4a02e072a7
|
@ -28,4 +28,11 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
dev = {
|
||||||
|
path = "/mnt/internal/repos",
|
||||||
|
patterns = {
|
||||||
|
"nvim-ufo",
|
||||||
|
"nix-store.nvim",
|
||||||
|
},
|
||||||
|
},
|
||||||
} --[[@as LazyConfig]])
|
} --[[@as LazyConfig]])
|
||||||
|
|
Loading…
Reference in a new issue