summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-10-11 11:53:30 +0330
committerGitHub <[email protected]>2021-10-11 11:53:30 +0330
commitfdec599954dcc093e56522c4f9dcb126ad869979 (patch)
treed885e80175f53c1c2dbd794466c0b1694041497e /lua
parent52b74557415eb757ad4b7481b0aec8a3f98dd58d (diff)
fix: core.telescope has migrated to lvim.core.telescope
Fixes #1739
Diffstat (limited to 'lua')
-rw-r--r--lua/lvim/core/which-key.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua
index 15f63273..eebdc27b 100644
--- a/lua/lvim/core/which-key.lua
+++ b/lua/lvim/core/which-key.lua
@@ -139,7 +139,7 @@ M.config = function()
l = {
name = "LSP",
- a = { "<cmd>lua require('core.telescope').code_actions()<cr>", "Code Action" },
+ a = { "<cmd>lua require('lvim.core.telescope').code_actions()<cr>", "Code Action" },
d = {
"<cmd>Telescope lsp_document_diagnostics<cr>",
"Document Diagnostics",