mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14: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",
|
hidden_display = "simple",
|
||||||
highlight_opened_files = "name",
|
highlight_opened_files = "name",
|
||||||
highlight_hidden = "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 = {
|
icons = {
|
||||||
git_placement = "signcolumn",
|
git_placement = "right_align",
|
||||||
diagnostics_placement = "right_align",
|
diagnostics_placement = "right_align",
|
||||||
modified_placement = "right_align",
|
modified_placement = "right_align",
|
||||||
show = {
|
show = {
|
||||||
-- folder_arrow = false
|
folder_arrow = false
|
||||||
},
|
},
|
||||||
glyphs = {
|
glyphs = {
|
||||||
default = icons.files.default,
|
default = icons.files.default,
|
||||||
|
|
@ -62,7 +63,7 @@ local options = {
|
||||||
git = {
|
git = {
|
||||||
unstaged = icons.gitsigns.unstaged,
|
unstaged = icons.gitsigns.unstaged,
|
||||||
staged = icons.gitsigns.staged,
|
staged = icons.gitsigns.staged,
|
||||||
unmerged = "",
|
unmerged = icons.gitsigns.unmerged,
|
||||||
renamed = icons.gitsigns.renamed,
|
renamed = icons.gitsigns.renamed,
|
||||||
untracked = icons.gitsigns.untracked,
|
untracked = icons.gitsigns.untracked,
|
||||||
deleted = icons.gitsigns.deleted,
|
deleted = icons.gitsigns.deleted,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue