mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: custom theme tokyoniht background color
This commit is contained in:
parent
62e8d40e43
commit
ceb9038b6a
5 changed files with 11 additions and 8 deletions
|
@ -133,7 +133,7 @@ return {
|
|||
if vim.b.gitsigns_head ~= nil then
|
||||
return " " .. vim.b.gitsigns_head
|
||||
else
|
||||
return " " .. vim.fn.fnamemodify("null", ":t")
|
||||
return "" .. vim.fn.fnamemodify("", ":t")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue