NeoVim config

This commit is contained in:
2025-04-01 18:22:34 +08:00
parent eab60a3c08
commit 1e1baf0ce9
6 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,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
}
}