pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

any-jump can't be loaded: popup_menu support required #41

Closed rehrumesh closed 4 years ago

rehrumesh commented 4 years ago

Hi, I am new to vim, so bear with me.

I get following when I open VIM.

Error detected while processing /home/<USER>/.vim/plugged/any-jump.vim/plugin/any-jump.vim:
line   40:
any-jump can't be loaded: popup_menu support required
Press ENTER or type command to continue

following is my .vimrc

set nocompatible              " be iMproved, required
filetype off                  " required

set number
syntax on

call plug#begin('~/.vim/plugged')

Plug 'https://github.com/junegunn/vim-github-dashboard.git'
Plug 'scrooloose/nerdtree', { 'on':  'NERDTreeToggle' }
Plug 'sheerun/vim-polyglot'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'KeitaNakamura/neodark.vim'  
Plug 'pechorin/any-jump.vim'
" Initialize plugin system
call plug#end()

filetype plugin indent on    " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList       - lists configured plugins
" :PluginInstall    - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean      - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
"
nnoremap <C-p> :Files<CR>
nnoremap <Leader>b :Buffers<CR>
nnoremap <Leader>h :History<CR>

autocmd vimenter * NERDTree
colorscheme neodark
pechorin commented 4 years ago

What vim version do you use?

rehrumesh commented 4 years ago

VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 05 2019 11:15:15) Included patches: 1-875, 878, 884, 948, 1046, 1365-1368, 1382, 1401

OS: Ubuntu 19.10

pechorin commented 4 years ago

Version 8.2 required :)