mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
don't lazyload telescope (breaks c-j c-k navigation)
This commit is contained in:
parent
93379a2977
commit
d9ee4e00e9
2 changed files with 4 additions and 8 deletions
|
@ -45,7 +45,6 @@ return require("packer").startup(function(use)
|
|||
use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
config = [[require('lv-telescope')]],
|
||||
event = "BufWinEnter",
|
||||
}
|
||||
|
||||
-- Autocomplete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue