mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): even more macros (require-then!)
This commit is contained in:
parent
2a71aa0d2b
commit
3bf9695311
14 changed files with 39 additions and 38 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(local {: require-then} (require :helpers))
|
||||
(import-macros {: require-then!} :macros)
|
||||
|
||||
(let [config {:keywords {:FIX {:alt [:FIXME :BUG :FIXIT :ISSUE]
|
||||
:color :error
|
||||
|
|
@ -11,4 +11,4 @@
|
|||
:icon :T}
|
||||
:TODO {:color :info :icon " "}
|
||||
:WARN {:alt [:WARNING :XXX] :color :warning :icon "!"}}}]
|
||||
(require-then :todo-comments #($.setup config)))
|
||||
(require-then! :todo-comments #($.setup config)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue