added harpoon, svelte support and package-info
This commit is contained in:
		
							
								
								
									
										8
									
								
								lua/plugins/harpoon
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								lua/plugins/harpoon
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
return {
 | 
			
		||||
  "ThePrimeagen/harpoon",
 | 
			
		||||
  version = "*",
 | 
			
		||||
  event = "VeryLazy",
 | 
			
		||||
  config = function() require("harpoon").setup {} end,
 | 
			
		||||
  dependences = { "nvim-lua/plenary.nvim "},
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										11
									
								
								lua/plugins/package-info.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								lua/plugins/package-info.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
return {
 | 
			
		||||
  "vuki656/package-info.nvim",
 | 
			
		||||
  version = "*",
 | 
			
		||||
  event = "VeryLazy",
 | 
			
		||||
  config = function()
 | 
			
		||||
    require("package-info").setup {
 | 
			
		||||
      package_manager = "npm",
 | 
			
		||||
    }
 | 
			
		||||
  end,
 | 
			
		||||
  dependences = { "MunifTanjim/nui.nvim" },
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user