added surround.nvim
This commit is contained in:
		
							parent
							
								
									0a1a107a9f
								
							
						
					
					
						commit
						a29e8d657b
					
				
					 1 changed files with 13 additions and 7 deletions
				
			
		| 
						 | 
					@ -312,7 +312,7 @@ require('lazy').setup({
 | 
				
			||||||
        'chentoast/marks.nvim',
 | 
					        'chentoast/marks.nvim',
 | 
				
			||||||
        config = true
 | 
					        config = true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    'sitiom/nvim-numbertoggle',
 | 
					    { 'sitiom/nvim-numbertoggle', },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        'numToStr/Comment.nvim',
 | 
					        'numToStr/Comment.nvim',
 | 
				
			||||||
        config = true,
 | 
					        config = true,
 | 
				
			||||||
| 
						 | 
					@ -327,7 +327,13 @@ require('lazy').setup({
 | 
				
			||||||
            max_join_length = 256,
 | 
					            max_join_length = 256,
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "jbyuki/venn.nvim",
 | 
					    {
 | 
				
			||||||
 | 
					        "kylechui/nvim-surround",
 | 
				
			||||||
 | 
					        version = "*", -- Use for stability; omit to use `main` branch for the latest features
 | 
				
			||||||
 | 
					        event = "VeryLazy",
 | 
				
			||||||
 | 
					        config = true,
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    { "jbyuki/venn.nvim", },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    --colorscheme
 | 
					    --colorscheme
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue