first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
9
lua/plugins/nvim-surround.lua
Normal file
9
lua/plugins/nvim-surround.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- Add, Change, Delete Surrounding Chars (["''"])
|
||||
return {
|
||||
-- https://github.com/kylechui/nvim-surround
|
||||
'kylechui/nvim-surround',
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
opts = {}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue