nvim: simplify nvim-surround config

note: you need to type ys, cs, ds fast to activate surround bindings
This commit is contained in:
2025-03-17 00:03:33 +01:00
parent e90c2c7e4a
commit 75c39a5613
2 changed files with 3 additions and 5 deletions

View File

@@ -13,11 +13,9 @@ return {
{
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = function(_, opts)
require("nvim-surround").setup(opts)
end
config = true,
},
{