From 733f23d190a3ca58900eba547d89917b26f30f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Tue, 6 Aug 2024 13:15:45 +0200 Subject: nvim: simplify bindings.fnl This also introduces a neovim-level `.chezmoiremove`. This will be used from now on to cleanup files. It might grow over time but I can start trimming the top lines once it's been "long enough" anyway. --- dot_config/nvim/fnl/bindings/plugins.fnl | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 dot_config/nvim/fnl/bindings/plugins.fnl (limited to 'dot_config/nvim/fnl/bindings/plugins.fnl') diff --git a/dot_config/nvim/fnl/bindings/plugins.fnl b/dot_config/nvim/fnl/bindings/plugins.fnl deleted file mode 100644 index 97f09c7..0000000 --- a/dot_config/nvim/fnl/bindings/plugins.fnl +++ /dev/null @@ -1,4 +0,0 @@ -; plugin-specific category bindings -(import-macros {:mixed-table · : recc} :toast.macros) -(recc :which-key :add - [(· :f & :desc :+find)]) -- cgit v1.2.3