1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:20:06 +08:00

perf(neomru): enable file preview for neomru

This commit is contained in:
Eric Wong 2024-03-15 23:54:23 +08:00
parent 55ae728f06
commit 45ba5c66e5

View File

@ -32,6 +32,7 @@ local function show_script_names(opts)
results = prepare_output_table()
},
sorter = conf.generic_sorter(opts),
previewer = conf.file_previewer({}),
attach_mappings = function(prompt_bufnr, map)
actions.select_default:replace(function()
actions.close(prompt_bufnr)