surround/no trouble for now
This commit is contained in:
parent
c699c93497
commit
2e48e23a72
2 changed files with 17 additions and 7 deletions
10
lua/custom/plugins/surround.lua
Normal file
10
lua/custom/plugins/surround.lua
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue