From e7311757f22dc846f65b231f433492b146563618 Mon Sep 17 00:00:00 2001 From: TOGEP Date: Wed, 10 Sep 2025 19:52:48 +0900 Subject: [PATCH] chore(example): replace archived dressing.nvim with nvim-surround --- lua/lazy/example.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",