add(nvim): even more macros (require-then!)

This commit is contained in:
Léana 江 2024-01-28 13:16:16 +01:00 committed by Léana 江
parent 2a71aa0d2b
commit 3bf9695311
14 changed files with 39 additions and 38 deletions

View file

@ -1,7 +1,7 @@
(import-macros {: map!} :hibiscus.vim)
(local {: require-then} (require :helpers))
(import-macros {: require-then!} :macros)
(require-then :harpoon #($.setup))
(require-then! :harpoon #($.setup))
(let [ui (require :harpoon.ui)
mark (require :harpoon.mark)]