mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add: treesitter icon
This commit is contained in:
parent
620b1cd406
commit
08b5d705d7
2 changed files with 5 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue