Skip to content

Commit

Permalink
chore(neovim): use new neovim nerdfonts icon
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 21, 2023
1 parent 7c01ef3 commit c863ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.config/nvim/plugin/dashboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dashboard.section.buttons.val = {
}

local footer = function()
local version = " NVIM " .. tostring(vim.version())
local version = " NVIM " .. tostring(vim.version())
return version
end

Expand Down

0 comments on commit c863ef8

Please sign in to comment.