This commit is contained in:
2025-10-20 03:47:13 +03:00
parent 9f6ba885b5
commit cc3a281298
4 changed files with 30 additions and 49 deletions

View File

@@ -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',