Skip to content

Commit

Permalink
fix(neovim): stop using <C-b> and <C-f> for lspsaga's scroll_preview
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Dec 9, 2024
1 parent 753807e commit 06b47bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/.config/nvim/lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ return {
border = { " ", " ", " ", " ", " ", " ", " ", " " },
kind = require("catppuccin.groups.integrations.lsp_saga").custom_kind(),
},
scroll_preview = {
scroll_down = "<Down>",
scroll_up = "<Up>",
},
}
end,
},
Expand Down

0 comments on commit 06b47bd

Please sign in to comment.