mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-16 15:31:17 +02:00
enc: update pathch update
This commit is contained in:
parent
b30a97b80a
commit
1bc7b91bb0
3 changed files with 10 additions and 9 deletions
|
@ -18,13 +18,13 @@ return {
|
|||
filetype = { "NvimTree", "neo-tree" },
|
||||
components = {
|
||||
{
|
||||
text = "",
|
||||
text = " ",
|
||||
fg = hl_attr("CursorLine", "bg"),
|
||||
bg = hl_attr("Normal", "bg"),
|
||||
},
|
||||
|
||||
{
|
||||
text = " Explorer ",
|
||||
text = " Explorer ",
|
||||
fg = yellow,
|
||||
bg = function()
|
||||
return hl_attr("CursorLine", "bg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue