Move NvimTreePopup highlight link
This commit is contained in:
parent
25208ed91d
commit
c9ed6c804b
@ -63,6 +63,7 @@ local function get_links()
|
||||
FileMerge = 'NvimTreeGitMerge',
|
||||
FileStaged = 'NvimTreeGitStaged',
|
||||
FileDeleted = 'NvimTreeGitDeleted',
|
||||
Popup = 'Normal',
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user