current nvim-config

This commit is contained in:
2025-10-09 00:02:38 +02:00
commit 25782b6cfa
7 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
"kylechui/nvim-surround",
version = "^3.0.0",
event = "VeryLazy",
config=function()
require("nvim-surround").setup({})
end
}