fix: fix for previous config update

This commit is contained in:
2025-11-27 20:34:03 +03:00
parent 4e98365dab
commit b977f1d951
8 changed files with 147 additions and 0 deletions

View 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,
-- }),
}