Improved nushell and nvim

This commit is contained in:
Eduard Urbach 2023-08-29 13:29:37 +02:00
parent 8e098411c4
commit 306059ea36
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 26 additions and 10 deletions

View file

@ -15,7 +15,20 @@ return {
dotfiles = false,
},
renderer = {
root_folder_label = false
root_folder_label = false,
highlight_git = true,
icons = {
show = {
git = false,
},
glyphs = {
git = {
unstaged = "",
untracked = "",
deleted = "",
},
},
},
},
sync_root_with_cwd = true,
update_focused_file = {