diff --git a/lua/lazy/example.lua b/lua/lazy/example.lua index 5b7790a..8485228 100644 --- a/lua/lazy/example.lua +++ b/lua/lazy/example.lua @@ -57,7 +57,7 @@ return { -- you can use the VeryLazy event for things that can -- load later and are not important for the initial UI - { "stevearc/dressing.nvim", event = "VeryLazy" }, + { "kylechui/nvim-surround", event = "VeryLazy" }, { "Wansmer/treesj",