fix: fix for previous config update
This commit is contained in:
14
dot_config/nvim/lua/plugins/tabline.lua
Normal file
14
dot_config/nvim/lua/plugins/tabline.lua
Normal file
@ -0,0 +1,14 @@
|
||||
return {
|
||||
-- "crispgm/nvim-tabline",
|
||||
-- config = true,
|
||||
-- require("tabline").setup({
|
||||
-- show_index = true,
|
||||
-- show_modify = true,
|
||||
-- show_icon = true,
|
||||
-- fnamemodify = ":t",
|
||||
-- modify_indicator = "*",
|
||||
-- no_name = "Без вымени",
|
||||
-- brackets = { "[", "]" },
|
||||
-- inactive_tab_max_length = 0,
|
||||
-- }),
|
||||
}
|
||||
Reference in New Issue
Block a user