fix(nvim): use valid separator between tab numbers in heirline
This commit is contained in:
parent
b9f962ee50
commit
6012b30bb8
@ -438,7 +438,7 @@ return {
|
||||
local sep = ""
|
||||
|
||||
if #vim.api.nvim_list_tabpages() ~= self.tabnr then
|
||||
sep = "।"
|
||||
sep = "|"
|
||||
end
|
||||
return prefix .. "%" .. self.tabnr .. "T " .. self.tabpage .. " %T" .. sep
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user