Skip to content

Commit

Permalink
chore: update lspsaga rename config
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Oct 18, 2024
1 parent d38d630 commit 2f14f5b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions lua/plugins/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,8 @@ return {
outline = {
layout = 'float',
},
finder = {
jump_to = 'p',
edit = { 'o', '<CR>' },
vsplit = 'v',
split = 's',
tabe = 't',
quit = { 'q', '<ESC>' },
},
definition = {
edit = '<C-c>o',
vsplit = '<C-c>v',
split = '<C-c>s',
tabe = '<C-c>t',
quit = 'q',
close = '<Esc>',
rename = {
in_select = false,
},
},
}

0 comments on commit 2f14f5b

Please sign in to comment.