Improved nushell and nvim
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user