aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)AuthorFilesLines
2021-07-20Fix devicon extension detectionAlvaro Sevilla1-1/+1
fixes #6
2021-07-18Use extension instead of filetype for devicon lookupAlvaro Sevilla1-1/+1
2021-07-13Use $SHELL instead of 'zsh' for terminal tabsAlvaro Sevilla1-1/+1
2021-07-13Merge branch 'master' of github.com:alvarosevilla95/luatab.nvimAlvaro Sevilla1-3/+7
2021-07-13Merge pull request #2 from zeertzjq/clickableAlvaro Sevilla1-3/+7
Make tabs clickable and add close current tab button
2021-07-13Fix indentation + use local variablesAlvaro Sevilla1-1/+1
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