Skip to content

Commit b03e56e

Browse files
committed
On Windows update lualine terminal icon (ryanoasis/nerd-fonts#1691)
1 parent b0b01ff commit b03e56e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ if has("nvim")
10201020
{
10211021
sections = { lualine_b = {{
10221022
function() return 'Terminal' end,
1023-
icon = "",
1023+
icon = "",
10241024
padding = { left = 0, right = 0 },
10251025
separator = { left = '', right = '' },
10261026
}}, },
@@ -1032,7 +1032,7 @@ if has("nvim")
10321032
function()
10331033
return 'Terminal'
10341034
end,
1035-
icon = "",
1035+
icon = "",
10361036
padding = { left = 0, right = 0 },
10371037
separator = { left = '', right = '' },
10381038
}},

0 commit comments

Comments
 (0)