Skip to content

Commit

Permalink
saga: updated deprecated finder key
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 30, 2024
1 parent 113e6f1 commit 39a613a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/lsp/plugins/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local config = {
-- == [ Keymaps ===============================================================

config.finder.keys = {
expand_or_jump = "<CR>",
toggle_or_open = "<CR>",
quit = { "q", "<C-c>", "<C-h>", "<C-j>", "<C-k>", "<C-l>" },
}
config.outline.keys = {
Expand Down

0 comments on commit 39a613a

Please sign in to comment.