fix: core.telescope has migrated to lvim.core.telescope

Fixes #1739
This commit is contained in:
Abouzar Parvan 2021-10-11 11:53:30 +03:30 committed by GitHub
parent 52b7455741
commit fdec599954
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",