diff --git a/modules/home-manager/programs/neovim/lua/lazy_setup.lua b/modules/home-manager/programs/neovim/lua/lazy_setup.lua index 2abb3b7..4294456 100644 --- a/modules/home-manager/programs/neovim/lua/lazy_setup.lua +++ b/modules/home-manager/programs/neovim/lua/lazy_setup.lua @@ -28,4 +28,11 @@ require("lazy").setup({ }, }, }, + dev = { + path = "/mnt/internal/repos", + patterns = { + "nvim-ufo", + "nix-store.nvim", + }, + }, } --[[@as LazyConfig]])