added nvim-surround
This commit is contained in:
		
							
								
								
									
										6
									
								
								lua/plugins/surround.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								lua/plugins/surround.lua
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					return {
 | 
				
			||||||
 | 
					  "kylechui/nvim-surround",
 | 
				
			||||||
 | 
					  version = "*",
 | 
				
			||||||
 | 
					  event = "VeryLazy",
 | 
				
			||||||
 | 
					  config = function() require("nvim-surround").setup {} end,
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user