more stuff too lazy to seperate
This commit is contained in:
11
after/plugin/tabline.lua
Normal file
11
after/plugin/tabline.lua
Normal 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 = '|',
|
||||
}
|
Reference in New Issue
Block a user