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

View File

@ -8,7 +8,6 @@ if get(g:, 'nvim_tree_disable_netrw', 1) == 1
let g:loaded_netrwPlugin = 1
endif
hi def link NvimTreePopup Normal
lua require'nvim-tree'.reset_highlight()
augroup NvimTree