From 3d37c38f99360640135e79c65ab6f6b249b81b59 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 25 Aug 2023 23:09:05 +0200 Subject: Style(hm/conf/neovim): Format --- .../config/neovim/nixvim/plugins/telescope/keymaps/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/telescope/keymaps/default.nix') 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 a0ffdd5e..f967a739 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 @@ -1,6 +1,9 @@ {...}: { programs.nixvim.plugins.telescope.keymaps = { - # TODO add diagnostics and workspace symbols here + "rg" = { + action = "live_grep"; + desc = "[rg] in a live session"; + }; "gd" = { action = "lsp_definitions"; desc = "[G]oto [D]efinition (Telescope)"; -- cgit 1.4.1