add mini.pairs, revert to surround
This commit is contained in:
9
lua/crentist/lazy/surround.lua
Normal file
9
lua/crentist/lazy/surround.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
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({})
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user