This commit is contained in:
2025-08-30 11:04:52 +01:00
parent 363ca995c7
commit ec479acc00
12 changed files with 204 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
function meow(buf_id, label)
local suffix = vim.bo[buf_id].modified and '+ ' or '| '
local prefix = '|'
local prefix = ''
return prefix .. MiniTabline.default_format(buf_id, label) .. suffix
end