From f171e7871fc2ddc102e18a6a2de1ee6e850d62cb Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 5 Apr 2025 11:20:47 +0200 Subject: feat: remove keymaps (they're mapped in 0.11 by default) [skip ci] --- lua/pml68/remap.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/pml68') diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index 7f110ff..f33dffa 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -107,12 +107,9 @@ vim.api.nvim_create_autocmd('LspAttach', { vim.keymap.set('n', 'gd', 'lua vim.lsp.buf.definition()', opts) vim.keymap.set('n', 'gD', 'lua vim.lsp.buf.declaration()', opts) - vim.keymap.set('n', 'gi', 'lua vim.lsp.buf.implementation()', opts) vim.keymap.set('n', 'go', 'lua vim.lsp.buf.type_definition()', opts) - vim.keymap.set('n', 'gr', 'lua vim.lsp.buf.references()', opts) vim.keymap.set('n', 'gs', 'lua vim.lsp.buf.signature_help()', opts) vim.keymap.set({ 'n', 'x' }, '', 'lua vim.lsp.buf.format({async = true})', opts) - vim.keymap.set('n', 'gc', 'lua vim.lsp.buf.code_action()', opts) -- u/Blan_11 vim.keymap.set('n', 'lh', function() vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled()) -- cgit v1.2.3