1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 00:17:46 +02:00

nvim: improved nvim-surround loading

This commit is contained in:
tiyn 2023-08-25 05:03:26 +02:00
parent 5996f8d110
commit 4c6d1cd885

View File

@ -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 = {}
}, },