summaryrefslogtreecommitdiff
path: root/surround.lua
blob: 0b5abe619ed2d12fb09c2efa88993be6dc974dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
return {
	{
		"kylechui/nvim-surround",
		version = "^3.0.0", -- 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,
	},
}