mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
add nvim-surround
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user