From d2b152a7711b94f1538b5e2458e08978e157dfc5 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Tue, 19 Mar 2024 11:20:06 +0530 Subject: [PATCH] [feat] Use lsp_implementations not lsp_incoming_calls --- common/nvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nvim.nix b/common/nvim.nix index 689d531d..34ff66eb 100644 --- a/common/nvim.nix +++ b/common/nvim.nix @@ -133,7 +133,7 @@ "\\\"" = ''[["+]]''; "vff" = "[[vertical Gdiffsplit]]"; "" = "vim.lsp.buf.definition"; - "gi" = "require'telescope.builtin'.lsp_incoming_calls"; + "gi" = "require'telescope.builtin'.lsp_implementations"; "a" = "vim.lsp.buf.code_action"; "F" = "function() vim.lsp.buf.format({ async = true }) end"; "" = "''";