theme
This commit is contained in:
@@ -55,9 +55,10 @@ return {
|
||||
view = { signcolumn = 'no' },
|
||||
actions = { file_popup = { open_win_config = { border = 'rounded' } } },
|
||||
renderer = {
|
||||
root_folder_label = function(path)
|
||||
return '-- ' .. vim.fn.fnamemodify(path, ':t') .. ' --'
|
||||
end,
|
||||
root_folder_label = false,
|
||||
-- root_folder_label = function(path)
|
||||
-- return '-- ' .. vim.fn.fnamemodify(path, ':t') .. ' --'
|
||||
-- end,
|
||||
special_files = {},
|
||||
|
||||
highlight_hidden = 'all',
|
||||
|
||||
Reference in New Issue
Block a user