diff options
| author | ache <ache@ache.one> | 2026-03-30 23:43:20 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-30 23:43:20 +0200 |
| commit | 32f6a10e3684416d5f351d2358b98fcd7e201e42 (patch) | |
| tree | 3d2d8d516be8423e01d3723fcaadf8ec755a4b8f /lua | |
| parent | Disable tabby by default (diff) | |
Comment on how to toggle a value
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/ache/plugins/alternate-toggler.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/ache/plugins/alternate-toggler.lua b/lua/ache/plugins/alternate-toggler.lua index 936739c..d9893e3 100644 --- a/lua/ache/plugins/alternate-toggler.lua +++ b/lua/ache/plugins/alternate-toggler.lua @@ -1,4 +1,5 @@ -- A very small plugin to toggle value and expression +-- <leader>a => To toggle return { "rmagatti/alternate-toggler", |