lualine.nvim/lua/lualine
shadmansaleh 98dc2dd3a2 fix: LualineRenameTab crashing lualine
fixes https://github.com/nvim-lualine/lualine.nvim/pull/574#pullrequestreview-874872853

Issue was neovim's tabpage handle used by rpc-api isn't same as tab no
in viml.
Now the tabpage handle is stores in self.tabId and tab no is stored in
self.tabnr in `Tab` so any can be used when necessary.
2022-02-07 22:13:42 +06:00
..
components fix: LualineRenameTab crashing lualine 2022-02-07 22:13:42 +06:00
extensions Extension for aerial.nvim (#572) 2022-02-06 13:23:59 +06:00
themes feat: add onedark/onelight command mode color (#575) 2022-02-07 20:55:33 +06:00
utils chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00: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: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00