parent
22e64cc736
commit
edc74ee6c4
@ -57,6 +57,7 @@ local function get_links()
|
||||
EmptyFolderName = 'Directory',
|
||||
OpenedFolderName = 'Directory',
|
||||
Normal = 'Normal',
|
||||
NormalNC = 'NormalNC',
|
||||
EndOfBuffer = 'EndOfBuffer',
|
||||
CursorLine = 'CursorLine',
|
||||
VertSplit = 'VertSplit',
|
||||
|
||||
@ -31,7 +31,7 @@ M.View = {
|
||||
'StatusLine:NvimTreeStatusLine',
|
||||
'StatusLineNC:NvimTreeStatuslineNC',
|
||||
'SignColumn:NvimTreeSignColumn',
|
||||
'NormalNC:NormalNC'
|
||||
'NormalNC:NvimTreeNormalNC',
|
||||
}, ',')
|
||||
},
|
||||
bufopts = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user