From bf40b73417a4d018102e172ef068b9dacbff39a1 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 9 Sep 2021 00:26:01 +0200 Subject: [PATCH] More telescope keys --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 1e2b018..28259f3 100644 --- a/init.lua +++ b/init.lua @@ -75,6 +75,7 @@ utils.map('n', 'o', 'Telescope oldfiles') utils.map('n', 'h', 'Telescope command_history') utils.map('n', '', 'Telescope commands') utils.map('n', 'fb', 'Telescope buffers') +utils.map('n', '', 'Telescope lsp_document_symbols') -------------------- LSP ----------------------------------- local lsp = require 'lspconfig'