From 3be7f66396f70398aa34f4f68238826d244487ef Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 17 Jul 2023 13:29:52 -0500 Subject: [PATCH] refactor(nvim): set correct nf icon for statusline mode --- dots/.config/nvim/lua/plugins/configs/statusline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/statusline.lua b/dots/.config/nvim/lua/plugins/configs/statusline.lua index a44fcb1b..fe5db2cd 100755 --- a/dots/.config/nvim/lua/plugins/configs/statusline.lua +++ b/dots/.config/nvim/lua/plugins/configs/statusline.lua @@ -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