diff options
| author | 2024-08-06 13:15:45 +0200 | |
|---|---|---|
| committer | 2024-08-06 13:15:45 +0200 | |
| commit | 733f23d190a3ca58900eba547d89917b26f30f6f (patch) | |
| tree | 4a92fa27b3e578954f4974463a48f1f69bfe15f2 /dot_config/nvim/fnl/bindings/builtins.fnl | |
| parent | nvim/noplugins: port the "TODO" to fennel :) (diff) | |
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.
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/bindings/builtins.fnl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dot_config/nvim/fnl/bindings/builtins.fnl b/dot_config/nvim/fnl/bindings/builtins.fnl deleted file mode 100644 index dd96dfc..0000000 --- a/dot_config/nvim/fnl/bindings/builtins.fnl +++ /dev/null @@ -1,5 +0,0 @@ -; document missing builtins -(import-macros {:mixed-table · : recc} :toast.macros) -(recc :which-key :add - [(· :gt & :desc "Next tab") - (· :gT & :desc "Previous tab")]) |
