Skip to content

Commit

Permalink
Include visual mode in LSP code action keymap (nvim-lua#1060) (nvim-l…
Browse files Browse the repository at this point in the history
  • Loading branch information
bayramkzk authored and kontr0x committed Jan 2, 2025
1 parent ad7325d commit 7effdf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ require('lazy').setup({
-- Document existing key chains
spec = {
{ '<leader>c', group = '[C]ode', mode = { 'n', 'x' } },
{ '<leader>c_', hidden = true },
{ '<leader>d', group = '[D]ocument' },
{ '<leader>r', group = '[R]ename' },
{ '<leader>s', group = '[S]earch' },
Expand Down

0 comments on commit 7effdf8

Please sign in to comment.