Cleanup and switched to dot- prefix now that stow has been fixed
This commit is contained in:
7
nvim/dot-config/nvim/lua/plugins/surround.lua
Normal file
7
nvim/dot-config/nvim/lua/plugins/surround.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- https://github.com/kylechui/nvim-surround
|
||||
return {
|
||||
'kylechui/nvim-surround',
|
||||
version = '*', -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = 'VeryLazy',
|
||||
config = true,
|
||||
}
|
||||
Reference in New Issue
Block a user