From fc10340dcb5e0e3ed77e0ca741df900fb5e9659b Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 13:18:16 +0200 Subject: Feat(hm/conf/neovim/plugins/goto-preview): Init --- .../neovim/nixvim/plugins/telescope/keymaps/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/telescope') diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/keymaps/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/keymaps/default.nix index f967a739..f0745f73 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/keymaps/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/keymaps/default.nix @@ -4,21 +4,5 @@ action = "live_grep"; desc = "[rg] in a live session"; }; - "gd" = { - action = "lsp_definitions"; - desc = "[G]oto [D]efinition (Telescope)"; - }; - "gtd" = { - action = "lsp_type_definitions"; - desc = "[G]oto the [t]ype [D]efinition (Telescope)"; - }; - "gi" = { - action = "lsp_implementations"; - desc = "[G]oto [I]mplementations (Telescope)"; - }; - "gr" = { - action = "lsp_references"; - desc = "[G]o to all [R]eferences of the symbol (Telescope)"; - }; }; } -- cgit 1.4.1