From b6fa0f3be29d2de2656dc67fd5d0ca5cae158914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20P?= Date: Fri, 2 Aug 2024 07:35:59 +0200 Subject: [PATCH] feat(catpuccinn): nvim_surround integration (#390) --- lua/plugins/catpuccin.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/catpuccin.lua b/lua/plugins/catpuccin.lua index ef46ca4..7730996 100644 --- a/lua/plugins/catpuccin.lua +++ b/lua/plugins/catpuccin.lua @@ -62,6 +62,7 @@ return { neotree = true, noice = true, notify = true, + nvim_surround = true, nvimtree = true, window_picker = true, rainbow_delimiters = true,