summaryrefslogtreecommitdiffstats
path: root/plugin/50-tabline.lua
Commit message (Collapse)AuthorAgeFilesLines
* misc(nvim): refactor tabline pluginThomas Vanbesien6 days1-86/+0
|
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien2026-06-121-3/+12
|
* misc(nvim): edit comment, descriptions, and user command namesThomas Vanbesien2026-06-071-1/+1
|
* misc(nvim): add `:TabRenameToCurrentFileNameNoExt` commandThomas Vanbesien2026-06-021-0/+5
|
* fix(nvim): correct tabpage handle vs. number in tablineThomas Vanbesien2026-05-191-2/+2
| | | | | | vim.t is keyed by tabpage handle while the %nT click region needs the positional number; the two were swapped, so renames and tab clicks mis-targeted after :tabmove reordered tabs.
* feat(nvim): add custom tabline pluginThomas Vanbesien2026-05-181-0/+72