update: change icon and close current buffer

This commit is contained in:
asep.komarudin 2024-03-23 05:55:06 +07:00
parent 744cf511b2
commit ca42cc75a1
4 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ local use_icons = true
-- get folder name from current directory
local _get_folder_name = function()
local str = vim.fn.fnamemodify(vim.fn.getcwd(), ":t")
return " 󱧶 " .. str:lower():gsub("^%l", string.upper) .. " "
return " " .. str:lower():gsub("^%l", string.upper) .. " "
end
local function diagnostics_indicator(num, _, diagnostics, _)