deleta some default keymap of flash.nvim in LazyVim

This commit is contained in:
2025-04-15 12:10:07 +08:00
parent b69bd64e05
commit 73104bf61e
6 changed files with 194 additions and 186 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,
},
{
"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,
},
}