Add surround plugin
This commit is contained in:
		
							parent
							
								
									15486edb97
								
							
						
					
					
						commit
						6eadbc39dc
					
				
							
								
								
									
										10
									
								
								lua/plugins/surround.lua
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
								
							
						
						
									
										10
									
								
								lua/plugins/surround.lua
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					return{
 | 
				
			||||||
 | 
					  'kylechui/nvim-surround',
 | 
				
			||||||
 | 
					  version = "*", -- Use for stability; omit to use `main` branch for the latest features
 | 
				
			||||||
 | 
					  event = "VeryLazy",
 | 
				
			||||||
 | 
					  config = function()
 | 
				
			||||||
 | 
					    require("nvim-surround").setup({
 | 
				
			||||||
 | 
					      -- Configuration here, or leave empty to use defaults
 | 
				
			||||||
 | 
					    })
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user