Chaged surrounder plugin
This commit is contained in:
		@@ -1,3 +1,10 @@
 | 
				
			|||||||
return {
 | 
					return {
 | 
				
			||||||
	"tpope/vim-surround",
 | 
						"kylechui/nvim-surround",
 | 
				
			||||||
 | 
						version = "*",
 | 
				
			||||||
 | 
						event = "VeryLazy",
 | 
				
			||||||
 | 
						config = function()
 | 
				
			||||||
 | 
							require("nvim-surround").setup({
 | 
				
			||||||
 | 
								-- Configuration here, or leave empty to use defaults
 | 
				
			||||||
 | 
							})
 | 
				
			||||||
 | 
						end,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user