Skip to content

Commit

Permalink
On Windows update lualine terminal icon (ryanoasis/nerd-fonts#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carcuis committed Dec 5, 2024
1 parent b0b01ff commit b03e56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ if has("nvim")
{
sections = { lualine_b = {{
function() return 'Terminal' end,
icon = "",
icon = "",
padding = { left = 0, right = 0 },
separator = { left = '', right = '' },
}}, },
Expand All @@ -1032,7 +1032,7 @@ if has("nvim")
function()
return 'Terminal'
end,
icon = "",
icon = "",
padding = { left = 0, right = 0 },
separator = { left = '', right = '' },
}},
Expand Down

0 comments on commit b03e56e

Please sign in to comment.