mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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()
|
results = prepare_output_table()
|
||||||
},
|
},
|
||||||
sorter = conf.generic_sorter(opts),
|
sorter = conf.generic_sorter(opts),
|
||||||
|
previewer = conf.file_previewer({}),
|
||||||
attach_mappings = function(prompt_bufnr, map)
|
attach_mappings = function(prompt_bufnr, map)
|
||||||
actions.select_default:replace(function()
|
actions.select_default:replace(function()
|
||||||
actions.close(prompt_bufnr)
|
actions.close(prompt_bufnr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user