diff options
Diffstat (limited to 'fnl/conf/pkgs/heirline.fnl')
| -rw-r--r-- | fnl/conf/pkgs/heirline.fnl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fnl/conf/pkgs/heirline.fnl b/fnl/conf/pkgs/heirline.fnl index f155031..8ad8820 100644 --- a/fnl/conf/pkgs/heirline.fnl +++ b/fnl/conf/pkgs/heirline.fnl @@ -93,6 +93,13 @@ (.. "" purity "(" name ")")) :hl {:fg (theme :syn :fun) :bold true :bg (theme :ui :bg_m3)}}) +(local RecordingMacro {:condition #(not= "" (vim.fn.reg_recording)) + :provider (fn [self] + (.. "Recording... " (vim.fn.reg_recording))) + :hl {:fg (theme :syn :fun) + :bold true + :bg (theme :ui :bg_m3)}}) + (local harpoon (require :harpoon)) (local harpoon-mark (require :harpoon.mark)) (local harpoon-colors [(theme :syn :identifier) @@ -198,6 +205,8 @@ Space TabPages DAPMessages + Space + RecordingMacro Align Space Nix |
