Skip to content

Commit

Permalink
update prompt edit mode #291
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Nov 3, 2023
1 parent 5c9719b commit 452eead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/navigator/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function M.new_list_view(opts)
opts.transparency = config.transparency
if #items >= config.lines_show_prompt then
opts.prompt = true
opts.enter = _NgConfigValues.prompt_mode == 'insert'
opts.prompt_mode = _NgConfigValues.prompt_mode
end

opts.external = config.external
Expand Down

0 comments on commit 452eead

Please sign in to comment.