add nvim-surround

This commit is contained in:
Thomas Ruoff
2023-04-26 21:59:05 +02:00
parent a5cab33ffd
commit 999a8f8e52

View File

@@ -2,6 +2,16 @@ return {
'vim-utils/vim-troll-stopper',
{ 'tpope/vim-abolish', lazy = false },
{ 'tpope/vim-unimpaired', lazy = false },
{
"kylechui/nvim-surround",
version = "*",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end
},
{
'rcarriga/nvim-notify',
lazy = false,