summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/bindings.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim/fnl/plugins/bindings.fnl')
-rw-r--r--dot_config/nvim/fnl/plugins/bindings.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/nvim/fnl/plugins/bindings.fnl b/dot_config/nvim/fnl/plugins/bindings.fnl
new file mode 100644
index 0000000..38df910
--- /dev/null
+++ b/dot_config/nvim/fnl/plugins/bindings.fnl
@@ -0,0 +1,5 @@
+(import-macros {:mixed-table ·} :toast.macros)
+[(· :folke/which-key.nvim &
+ :lazy true
+ :opts {})
+ [:tpope/vim-rsi]]