wip
This commit is contained in:
parent
2ba39c6973
commit
771719ed07
29 changed files with 1190 additions and 831 deletions
6
lua/clowiie/plugins/surround.lua
Normal file
6
lua/clowiie/plugins/surround.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'kylechui/nvim-surround',
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
version = '*', -- Use for stability; omit to use `main` branch for the latest features
|
||||
config = true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue