diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/bindings/init.fnl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/nvim/fnl/plugins/bindings/init.fnl b/dot_config/nvim/fnl/plugins/bindings/init.fnl new file mode 100644 index 0000000..4cfb558 --- /dev/null +++ b/dot_config/nvim/fnl/plugins/bindings/init.fnl @@ -0,0 +1,5 @@ +(import-macros {: tbl} :toast.macros) +[(tbl :folke/which-key.nvim & + :lazy true + :opts {}) + [:tpope/vim-rsi]] |
