Skip to content

Commit

Permalink
chore(lspsaga): Default selected item to replace faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Feb 6, 2023
1 parent b4d19e3 commit 47b3f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/completion/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function config.lspsaga()
mark = "x",
confirm = "<CR>",
exec = "<CR>",
in_select = false,
in_select = true,
},
outline = {
win_position = "right",
Expand Down

0 comments on commit 47b3f72

Please sign in to comment.