Skip to content

Commit

Permalink
Update nvim/lua/core/statusline.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucksec committed May 20, 2023
1 parent 301f6ae commit e11817d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/lua/core/statusline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ local comps = {
local extension = vim.fn.expand '%:e'
local icon = require('nvim-web-devicons').get_icon(extension)
if icon == nil then
icon = ' '
icon = ''
end
return ' ' .. icon .. ' ' .. type
end,
hl = { fg = colors.fg },
hl = { fg = colors.cyan },
left_sep = {
str = ' ' .. separator,
hl = { fg = colors.fg },
Expand Down

0 comments on commit e11817d

Please sign in to comment.