Skip to content

Commit e7a0e78

Browse files
theopnmirite
authored andcommitted
Change LSP Keybindings to Match the Default gr Bindings Introduced in Neovim 0.11 (nvim-lua#1427)
* refactor: change LSP keybindings to the default gr bindings introduced in 0.11 * refactor: modify existing LSP functions to follow convention
1 parent 623e3b9 commit e7a0e78

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

init.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,7 @@ require('lazy').setup({
338338

339339
-- Document existing key chains
340340
spec = {
341-
{ '<leader>c', group = '[C]ode', mode = { 'n', 'x' } },
342-
{ '<leader>d', group = '[D]ocument' },
343-
{ '<leader>r', group = '[R]ename' },
344341
{ '<leader>s', group = '[S]earch' },
345-
{ '<leader>w', group = '[W]orkspace' },
346342
{ '<leader>t', group = '[T]oggle' },
347343
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } },
348344
},

0 commit comments

Comments
 (0)