Initial commit

This commit is contained in:
Devin Haska 2025-05-27 11:54:46 -07:00
commit b3915208ad
14 changed files with 314 additions and 0 deletions

3
lua/plugins/surround.lua Normal file
View file

@ -0,0 +1,3 @@
return {
"tpope/vim-surround"
}