aboutsummaryrefslogtreecommitdiff
path: root/lua/luatab
AgeCommit message (Collapse)AuthorFilesLines
2021-07-13Merge pull request #2 from zeertzjq/clickableAlvaro Sevilla1-3/+7
Make tabs clickable and add close current tab button
2021-07-13feat: Solution to issue #3Manuel Morales1-1/+2
Used string.match to extract final portion of bufname, this will get the first word of the command run in the terminal which, usually, will be the command running
2021-07-10Make tabs clickable and add close current tab buttonzeertzjq1-3/+7
2021-07-06Fix devicon highlightingAlvaro Sevilla2-2/+46
2021-07-05Add custom Telescope deviconAlvaro Sevilla1-7/+7
2021-07-05Implement luatabAlvaro Sevilla1-0/+91