mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim/lua/user/plugins/ui/nvimtree.lua: update config
This commit is contained in:
parent
898d2f0178
commit
61ef12eff1
1 changed files with 5 additions and 4 deletions
|
|
@ -35,13 +35,14 @@ local options = {
|
|||
hidden_display = "simple",
|
||||
highlight_opened_files = "name",
|
||||
highlight_hidden = "name",
|
||||
special_files = { "Cargo.toml", "Makefile", "README.md", "readme.md", "composer.json" },
|
||||
-- special_files = { "Cargo.toml", "Makefile", "README.md", "readme.md", "composer.json" },
|
||||
special_files = {},
|
||||
icons = {
|
||||
git_placement = "signcolumn",
|
||||
git_placement = "right_align",
|
||||
diagnostics_placement = "right_align",
|
||||
modified_placement = "right_align",
|
||||
show = {
|
||||
-- folder_arrow = false
|
||||
folder_arrow = false
|
||||
},
|
||||
glyphs = {
|
||||
default = icons.files.default,
|
||||
|
|
@ -62,7 +63,7 @@ local options = {
|
|||
git = {
|
||||
unstaged = icons.gitsigns.unstaged,
|
||||
staged = icons.gitsigns.staged,
|
||||
unmerged = "",
|
||||
unmerged = icons.gitsigns.unmerged,
|
||||
renamed = icons.gitsigns.renamed,
|
||||
untracked = icons.gitsigns.untracked,
|
||||
deleted = icons.gitsigns.deleted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue