1
0
Fork 1
mirror of https://github.com/mistricky/codesnap.nvim.git synced 2025-02-20 06:57:28 -08:00

[Update] add default config option preview switch

This commit is contained in:
Mist 2024-02-18 21:22:25 +08:00
parent f193ebc7dc
commit 9a73beb12f

View file

@ -9,4 +9,5 @@ return {
}, },
watermark = "CodeSnap.nvim", watermark = "CodeSnap.nvim",
}, },
preview_switch = false,
} }