summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-tabline.lua
Commit message (Collapse)AuthorAgeFilesLines
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days1-3/+12
|
* misc(nvim): edit comment, descriptions, and user command namesThomas Vanbesien12 days1-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