fixed surround configuration
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
return {
|
||||
"kylechui/nvim-surround",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
-- event = { "BufReadPre", "BufNewFile" },
|
||||
event = "VeryLazy",
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
config = true,
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- use defaults
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user