refactor(nvim): set correct nf icon for statusline mode
This commit is contained in:
parent
b2d3fc5098
commit
3be7f66396
@ -7,7 +7,7 @@ end
|
|||||||
-- Thanks to rockyzhang24 (github.com/rockyzhang24)
|
-- Thanks to rockyzhang24 (github.com/rockyzhang24)
|
||||||
|
|
||||||
local function simplifiedMode(str)
|
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
|
end
|
||||||
|
|
||||||
-- For location, show total lines
|
-- For location, show total lines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user