From 5fb2d4b43703dabf217e59bcdfc1f171e0722792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Tue, 6 Aug 2024 13:19:05 +0200 Subject: nvim: move plugins/bindings into a single file The plan from now on will be "single big file" unless there's more complex things going on, such as with lsp. --- dot_config/nvim/fnl/plugins/bindings.fnl | 5 +++++ dot_config/nvim/fnl/plugins/bindings/init.fnl | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 dot_config/nvim/fnl/plugins/bindings.fnl delete mode 100644 dot_config/nvim/fnl/plugins/bindings/init.fnl (limited to 'dot_config/nvim/fnl/plugins') 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]] 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]] -- cgit v1.2.3