summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/bindings
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2024-07-26 22:39:32 +0200
committerChloé Vulquin <code@toast.bunkerlabs.net>2024-07-26 22:39:32 +0200
commitc3c2a2f26ba27574e7b4fabd8be150c057346131 (patch)
tree76345040016b07deeb2cc4be49d64f80a6d5c90c /dot_config/nvim/fnl/plugins/bindings
parentnvim/mdquote: fix negative start line bug (diff)
nvim: rename tbl to mixed-table, import it as "·"
I swear I'm not succumbing to the APL, I just couldn't find a better symbol.
Diffstat (limited to '')
-rw-r--r--dot_config/nvim/fnl/plugins/bindings/init.fnl8
1 files changed, 4 insertions, 4 deletions
diff --git a/dot_config/nvim/fnl/plugins/bindings/init.fnl b/dot_config/nvim/fnl/plugins/bindings/init.fnl
index 4cfb558..38df910 100644
--- a/dot_config/nvim/fnl/plugins/bindings/init.fnl
+++ b/dot_config/nvim/fnl/plugins/bindings/init.fnl
@@ -1,5 +1,5 @@
-(import-macros {: tbl} :toast.macros)
-[(tbl :folke/which-key.nvim &
- :lazy true
- :opts {})
+(import-macros {:mixed-table ·} :toast.macros)
+[(· :folke/which-key.nvim &
+ :lazy true
+ :opts {})
[:tpope/vim-rsi]]