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
Tokubara
d52ff470de
feature to rename tabs ( #574 )
...
* (feat) add rename
* remove tabname if LualineRenameTab is ran without args
* document LualineRenameTab
Co-authored-by: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com>
2022-02-07 21:26:25 +06:00
shadmansaleh
6f28adb21f
chore: autogen (vimdocs+formating)
2022-02-01 08:04:03 +00:00
kylo252
02e1f6cd5b
refactor: use nvim api directly for bufnr ( #526 )
2022-01-04 19:17:16 +06:00
shadmansaleh
b18b7ee8ac
chore: Use paranthesis for function calls. No paran can trip new lua users
2022-01-02 17:38:39 +06:00
shadmansaleh
93c934a641
fixup: fix padding, fmt options in tabs and buffers
...
Previously these options were applied to entire tabs/buffers components.
Now they are applied to specific buffer/tab.
Note: Now icon, color options are no longer applicable to buffers & tabs
component. I can't see how they make sense here. Also cond stil applies
to entire component.
fixes #414
2021-11-18 08:12:33 +06:00
github-actions[bot]
7eff9bbeb4
chore: formated with stylua ( #410 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-29 19:13:17 +06:00
Shadman
ecaa491c3c
feat: add support for function in max_length option (tabs & buffers)
2021-10-29 19:07:11 +06:00
Shadman
08d1340ec9
doc: improve code documentation ( #82 )
2021-10-12 20:04:47 +06:00
shadmansaleh
6e936efe06
refactor: allow components, extensions, themes to be multi file module
...
(#81 )
utilize that to split tabs & buffers components into smaller files
2021-10-11 16:42:57 +06:00