1
0
Fork 0
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:
Henrik Hautakoski 2025-11-03 07:26:05 +01:00
parent 898d2f0178
commit 61ef12eff1

View file

@ -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,