nvim: improved nvim-surround loading

master
tiyn 1 year ago
parent 5996f8d110
commit 4c6d1cd885

@ -469,6 +469,8 @@ return require("lazy").setup({
-- additional quote/parantheses funtions -- additional quote/parantheses funtions
{ {
'kylechui/nvim-surround', 'kylechui/nvim-surround',
version = "*",
event = "VeryLazy",
opts = {} opts = {}
}, },

Loading…
Cancel
Save