瀏覽代碼

Change Workspace Symbol binding to Telescope DynamicFinder (#462)

Fabrizio Sestito 4 年之前
父節點
當前提交
3eee6dc3fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lv-which-key/init.lua

+ 1 - 1
lua/lv-which-key/init.lua

@@ -126,7 +126,7 @@ local mappings = {
         t = {"<cmd>LspTypeDefinition<cr>", "Type Definition"},
         t = {"<cmd>LspTypeDefinition<cr>", "Type Definition"},
         x = {"<cmd>cclose<cr>", "Close Quickfix"},
         x = {"<cmd>cclose<cr>", "Close Quickfix"},
         s = {"<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols"},
         s = {"<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols"},
-        S = {"<cmd>Telescope lsp_workspace_symbols<cr>", "Workspace Symbols"}
+        S = {"<cmd>Telescope lsp_dynamic_workspace_symbols<cr>", "Workspace Symbols"}
     },
     },
     s = {
     s = {
         name = "+Search",
         name = "+Search",