Skip to content

Commit

Permalink
feat(ui)!: unify UI component nvim-tree (ayamir#800)
Browse files Browse the repository at this point in the history
* feat(ui)!: unify UI component `nvim-tree`

* fix(ui): use alt icons
  • Loading branch information
huge-pancake authored and singlemancombat committed Jun 17, 2023
1 parent 16ad420 commit 80a60e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/modules/configs/tool/nvim-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ return function()
renderer = {
add_trailing = false,
group_empty = true,
highlight_git = false,
highlight_git = true,
full_name = false,
highlight_opened_files = "none",
special_files = { "Cargo.toml", "Makefile", "README.md", "readme.md", "CMakeLists.txt" },
Expand All @@ -58,7 +58,7 @@ return function()
root_folder_label = ":.:s?.*?/..?",
icons = {
webdev_colors = true,
git_placement = "before",
git_placement = "after",
show = {
file = true,
folder = true,
Expand Down Expand Up @@ -148,7 +148,7 @@ return function()
},
git = {
enable = true,
ignore = true,
ignore = false,
show_on_dirs = true,
timeout = 400,
},
Expand Down

0 comments on commit 80a60e1

Please sign in to comment.