From 540df6451f95936685dc13ee6cdbadbf07034f1c Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 26 Feb 2025 14:10:19 +0100 Subject: Plugin to quick switch between boolean values --- lua/ache/plugins/switch.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/ache/plugins/switch.lua diff --git a/lua/ache/plugins/switch.lua b/lua/ache/plugins/switch.lua new file mode 100644 index 0000000..a6ce97e --- /dev/null +++ b/lua/ache/plugins/switch.lua @@ -0,0 +1,3 @@ +return { + "AndrewRadev/switch.vim", +} -- cgit v1.3-2-g11bf