install tabby for a nicer tab names
This commit is contained in:
11
lua/crentist/lazy/tabline.lua
Normal file
11
lua/crentist/lazy/tabline.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- 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...
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user