add: treesitter icon

This commit is contained in:
asep.komarudin 2024-05-24 08:16:42 +07:00
parent 620b1cd406
commit 08b5d705d7
2 changed files with 5 additions and 4 deletions

View file

@ -31,7 +31,8 @@ return {
-- treesitter info
treesitter = {
function()
return icons.ui.Paint .. " TS"
-- return icons.ui.Paint .. " TS"
return icons.ui.Tree
end,
color = function()
local buf = vim.api.nvim_get_current_buf()