Skip to content

Commit

Permalink
fixup! perf!: consolidated updates to address performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Jul 16, 2023
1 parent 3fb00e3 commit 1c02372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/configs/completion/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ return function()
in_select = false,
auto_save = false,
keys = {
quit = "<Esc>",
quit = "<C-c>",
select = "x",
exec = "<CR>",
},
Expand Down

0 comments on commit 1c02372

Please sign in to comment.