more stuff too lazy to seperate

This commit is contained in:
2023-11-24 21:38:31 -05:00
parent ed205a9545
commit 550cac1035
33 changed files with 488 additions and 246 deletions

11
after/plugin/tabline.lua Normal file
View File

@ -0,0 +1,11 @@
local status_ok, tabline = pcall(require, "tar")
if not status_ok then
return
end
tabline.setup {
layout = {
{ type = 'taglist' },
},
seperator = '|',
}