mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 14:00:05 +08:00
perf(neomru): enable file preview for neomru
This commit is contained in:
parent
55ae728f06
commit
45ba5c66e5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user