mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 15:39:41 +00:00
ref(nvim): shorter macro name (require-then! -> req-do!)
This commit is contained in:
parent
2cb483e188
commit
61692f7fde
14 changed files with 49 additions and 50 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(import-macros {: require-then! : fst!} :macros)
|
||||
(import-macros {: req-do! : fst!} :macros)
|
||||
|
||||
(fn diagnostic-message []
|
||||
(let [{: row} (vim.api.nvim_win_get_cursor 0)
|
||||
|
|
@ -48,4 +48,4 @@
|
|||
: sections
|
||||
:tabline {}
|
||||
:winbar {}}]
|
||||
(require-then! :lualine #($.setup config)))
|
||||
(req-do! :lualine #($.setup config)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue