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
{
'kylechui/nvim-surround',
version = "*",
event = "VeryLazy",
opts = {}
},

Loading…
Cancel
Save