Skip to content

Commit

Permalink
fix lspsaga
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Dec 5, 2023
1 parent 20a0dae commit 8c73396
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .config/nvim/lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,24 @@ local M = {
{
'nvimdev/lspsaga.nvim',
opts = {
finder_action_keys = {
edit = '<CR>',
vsplit = '<C-v>',
split = '<C-x>',
quit = 'q',
finder = {
keys = {
edit = '<CR>',
vsplit = '<C-v>',
split = '<C-x>',
},
},
definition = {
keys = {
edit = '<CR>',
vsplit = '<C-v>',
split = '<C-x>',
},
},
code_action_lightbulb = {

lightbulb = {
enable = false,
sign = false,
},
symbol_in_winbar = {
enable = true,
Expand Down

0 comments on commit 8c73396

Please sign in to comment.