You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup neovim to use Telescope together with dense-analysis/ale. According to their instructions I need to add packloadall to the very end of the init.vim file. When I do it and I run :Telescope find_files, I get the error:
E492: Not an editor command: Telescope find_files
If I remove the instruction packloadall, Telescope work as expected, I can search my files the usual way.
I have tested this several times and I have reproducibility even with a clean nvim environment.
Neovim version
:version
NVIM v0.8.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
cmoralesmx
changed the title
Adding packloadall to init.vim leads to
Adding packloadall to init.vim leads to E492: Not an editor command: Telescope
Oct 19, 2022
Description
I am trying to setup neovim to use Telescope together with
dense-analysis/ale
. According to their instructions I need to addpackloadall
to the very end of theinit.vim
file. When I do it and I run:Telescope find_files
, I get the error:If I remove the instruction
packloadall
, Telescope work as expected, I can search my files the usual way.I have tested this several times and I have reproducibility even with a clean nvim environment.
Neovim version
Operating system and version
Arch Linux, kernel 6.02
Telescope version / branch / rev
telescope 0.1.0
checkhealth telescope
Steps to reproduce
vim-plug
according to their instructions by doingnvim -nu ~/.config/nvim/init.vim
:PlugInstall
checkhealth telescope
same with uppercase Telescope:qa!
nvim -nu ~/.config/nvim/init.vim
:Telescope find_files
Expected behavior
I expect to get Telescope's search window
Actual behavior
E492: Not an editor command: Telescope find_files
Minimal config
The text was updated successfully, but these errors were encountered: