mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +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)
|
||||
|
||||
(local conf {:default_file_explorer false
|
||||
:columns []
|
||||
|
|
@ -22,4 +22,4 @@
|
|||
:g. :actions.toggle_hidden
|
||||
"g\\" :actions.toggle_trash}})
|
||||
|
||||
(require-then :oil #($.setup conf))
|
||||
(require-then! :oil #($.setup conf))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue