Files
my-nvim/lua/crentist/lazy/tabline.lua

12 lines
214 B
Lua

-- I literally need this for Dadbod for a nicer name in tabs. I don't use tabs
-- in any other way
return {
'nanozuki/tabby.nvim',
---@module 'tabby'
---@type TabbyConfig
opts = {
-- configs...
},
}