From 9a73beb12fb1bb46ef26a8cf7fb221aebd50b830 Mon Sep 17 00:00:00 2001 From: Mist Date: Sun, 18 Feb 2024 21:22:25 +0800 Subject: [PATCH] [Update] add default config option preview switch --- lua/codesnap/static.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/codesnap/static.lua b/lua/codesnap/static.lua index 7dd9374..48194e5 100644 --- a/lua/codesnap/static.lua +++ b/lua/codesnap/static.lua @@ -9,4 +9,5 @@ return { }, watermark = "CodeSnap.nvim", }, + preview_switch = false, }