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:
parent
0fa651a86d
commit
eb6349e63c
2 changed files with 30 additions and 15 deletions
|
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue