using LazyVim for non-vscode scenario

This commit is contained in:
2025-04-14 20:04:07 +08:00
parent 367ebdccb0
commit b69bd64e05
18 changed files with 366 additions and 350 deletions

View File

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