diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-09-15 19:25:15 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-09-15 19:25:15 +0200 |
| commit | d18b81fdf2e13ef8770b95ac9d9a2a94d0141133 (patch) | |
| tree | 36ff937b0fa8041fc7fe8539732c460fbd0df068 /.config/nvim | |
| parent | 49f1455f5e9bc8b90cc1711737fe21488c4f64a0 (diff) | |
| parent | 12e2149c3321a6ce08094156a08e5bd2c8ac068f (diff) | |
| download | dotfiles-d18b81fdf2e13ef8770b95ac9d9a2a94d0141133.tar.gz dotfiles-d18b81fdf2e13ef8770b95ac9d9a2a94d0141133.zip | |
Merge commit '4e85b2f4b19a6d60c4de526d5637404d3117b3fd'
Diffstat (limited to '.config/nvim')
| -rw-r--r-- | .config/nvim/lua/plugins/heirline.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/heirline.lua b/.config/nvim/lua/plugins/heirline.lua index 46e0ccc..0f99de0 100644 --- a/.config/nvim/lua/plugins/heirline.lua +++ b/.config/nvim/lua/plugins/heirline.lua @@ -95,6 +95,10 @@ local ViMode = { end, update = { 'ModeChanged', + pattern = '*:*', + callback = vim.schedule_wrap(function() + vim.cmd('redrawstatus') + end), }, } |
