lualine.nvim/lua/lualine
Shadman e6e75f5e92
fix: lualine crashing because of keyboard interrupt. (#534)
* fix: lualine crashing because of keyboard interrupt.

If keyboard interrupt occurs while lualine is evaluating statusline
lualine crashes completely. Since keyboard interrupt isn't something
we can handle try to mitigate the issue by retrying to evaluate the
statusline on error.Now lualine will retry 3 times before giving
up on an runtime error.

* Make last retry unprotected call
2022-01-31 23:34:53 +06:00
..
components enhance: undeprecate nvim_lsp and completely remove `nvim` diagnostics source 😉 2022-01-12 22:35:44 +06:00
extensions chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
themes fix: use one theme colors from rakr/vim-one (#556) 2022-01-24 22:36:25 +06:00
utils fix: lualine crashing because of keyboard interrupt. (#534) 2022-01-31 23:34:53 +06:00
component.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
config.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
highlight.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00