refactor(nvim): set correct nf icon for statusline mode

This commit is contained in:
Price Hiller 2023-07-17 13:29:52 -05:00
parent b2d3fc5098
commit 3be7f66396
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ end
-- Thanks to rockyzhang24 (github.com/rockyzhang24)
local function simplifiedMode(str)
return " " .. (str == "V-LINE" and "VL" or (str == "V-BLOCK" and "VB" or str:sub(1, 1)))
return "󰀘 " .. (str == "V-LINE" and "VL" or (str == "V-BLOCK" and "VB" or str:sub(1, 1)))
end
-- For location, show total lines