Improved nushell and nvim

This commit is contained in:
2023-08-29 13:29:37 +02:00
parent 70b18b36ca
commit dfe88eaa65
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 = {