1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-27 21:47:46 +01: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
{
'kylechui/nvim-surround',
version = "*",
event = "VeryLazy",
opts = {}
},