mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/neotree.lua: fix icons.
This commit is contained in:
parent
254706c6c5
commit
b46a37b4b2
1 changed files with 8 additions and 8 deletions
|
|
@ -49,20 +49,20 @@ return {
|
|||
show_scrolled_off_parent_node = false, -- boolean
|
||||
sources = { -- table
|
||||
{
|
||||
source = "filesystem", -- string
|
||||
display_name = " Files " -- string | nil
|
||||
source = "filesystem",
|
||||
display_name = " Files "
|
||||
},
|
||||
{
|
||||
source = "buffers", -- string
|
||||
display_name = " Buffers " -- string | nil
|
||||
source = "buffers",
|
||||
display_name = " Buffers "
|
||||
},
|
||||
{
|
||||
source = "git_status", -- string
|
||||
display_name = " Git " -- string | nil
|
||||
source = "git_status",
|
||||
display_name = " Git "
|
||||
},
|
||||
{
|
||||
source = "document_symbols", -- string
|
||||
display_name = " Docments " -- string | nil
|
||||
source = "document_symbols",
|
||||
display_name = " Document Symbols "
|
||||
},
|
||||
},
|
||||
content_layout = "center",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue