30012024
This commit is contained in:
parent
ee842f9f3e
commit
656ace3de7
6 changed files with 100 additions and 0 deletions
5
global/.config/nvim/lua/plugins/surround.lua
Normal file
5
global/.config/nvim/lua/plugins/surround.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"kylechui/nvim-surround",
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue