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