Added code to update nvim-tree active file when changing open buffer

* nvim-tree will move to the current active buffer when changing files
* Updated git-blame highlight group to "Question" instead of the default
"Comment"
This commit is contained in:
Rakshit Sinha 2024-11-27 19:41:15 -08:00
parent 0fa651a86d
commit eb6349e63c
2 changed files with 30 additions and 15 deletions

View file

@ -15,5 +15,6 @@ return {
virtual_text_column = 80, -- virtual text start column, check Start virtual text at column section for more options
message_when_not_committed = "Not committed yet",
display_virtual_text = 1,
highlight_group = "Question",
},
}