diff options
| author | ache <ache@ache.one> | 2025-02-26 14:10:19 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-02-26 14:10:19 +0100 |
| commit | 540df6451f95936685dc13ee6cdbadbf07034f1c (patch) | |
| tree | ee93129393b04c6ca347695ede4bd6526838bb19 | |
| parent | Add a 🦊 to my nvim (diff) | |
Plugin to quick switch between boolean values
| -rw-r--r-- | lua/ache/plugins/switch.lua | 3 |
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", +} |