Move NvimTreePopup highlight link

This commit is contained in:
RedBug312
2021-02-13 23:28:35 +08:00
committed by Kiyan
parent 25208ed91d
commit c9ed6c804b
2 changed files with 1 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ local function get_links()
FileMerge = 'NvimTreeGitMerge',
FileStaged = 'NvimTreeGitStaged',
FileDeleted = 'NvimTreeGitDeleted',
Popup = 'Normal',
}
end