Skip to content

Commit

Permalink
feat(lspsaga): new option outline.close_after_jump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy authored and singlemancombat committed Apr 3, 2023
1 parent 7d1dc65 commit 692e7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/configs/completion/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ return function()
auto_preview = false,
auto_refresh = true,
auto_close = true,
close_after_jump = true,
keys = {
expand_or_jump = "<CR>",
quit = "q",
Expand Down

0 comments on commit 692e7e5

Please sign in to comment.