summaryrefslogtreecommitdiff
path: root/lua/ache/plugins
diff options
context:
space:
mode:
authorache <ache@ache.one>2025-02-26 14:10:19 +0100
committerache <ache@ache.one>2025-02-26 14:10:19 +0100
commit540df6451f95936685dc13ee6cdbadbf07034f1c (patch)
treeee93129393b04c6ca347695ede4bd6526838bb19 /lua/ache/plugins
parentAdd a 🦊 to my nvim (diff)
Plugin to quick switch between boolean values
Diffstat (limited to 'lua/ache/plugins')
-rw-r--r--lua/ache/plugins/switch.lua3
1 files changed, 3 insertions, 0 deletions
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",
+}