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
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -28,4 +28,11 @@ require("lazy").setup({
 | 
			
		|||
      },
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  dev = {
 | 
			
		||||
    path = "/mnt/internal/repos",
 | 
			
		||||
    patterns = {
 | 
			
		||||
      "nvim-ufo",
 | 
			
		||||
      "nix-store.nvim",
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
} --[[@as LazyConfig]])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue