{ ... }: { keymaps = [ { key = "grd"; action = "Telescope lsp_definitions"; mode = "n"; options.desc = "LSP: [G]oto [D]efinition"; } { key = "gri"; action = "Telescope lsp_implementations"; mode = "n"; options.desc = "LSP: [G]oto [I]mplementations"; } ]; }