Add files

This commit is contained in:
anhkhoakz 2024-02-05 19:28:00 +07:00
parent b115814916
commit 95a87d9a4d
No known key found for this signature in database
19 changed files with 821 additions and 617 deletions

View file

@ -0,0 +1,10 @@
return {
"kylechui/nvim-surround",
version = "*", -- 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
}