Plugin commands fail to run
Thanks for the work on the plugin. When I hit the plugin commands, they fail, with messages such as, for gzz
Error detected while processing function neuron#edit_zettel_select: line 7: E117: Unknown function: fzf#wrap E116: Invalid arguments for function fzf#run
I am running neovim NVIM v0.5.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3
and Neuron 1.9.31.0
Any help appreciated, cheers, Manuel
Do you have fzf installed as a vim plugin?
yes, my plugins are the following :
call plug#begin() Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' Plug 'scrooloose/nerdTree' Plug 'vim-pandoc/vim-pandoc' Plug 'vim-pandoc/vim-pandoc-syntax' Plug 'jalvesaq/zotcite' Plug 'jalvesaq/Nvim-R' Plug 'simnalamburt/vim-mundo' Plug 'jpalardy/vim-slime' """ Neuron """""""""""""""" " oberblastmeister Neuron fails " Plug 'oberblastmeister/neuron.nvim' " Plug 'nvim-lua/popup.nvim' "Plug 'nvim-lua/plenary.nvim' "Plug 'nvim-telescope/telescope.nvim' " Other Neuron Plug 'junegunn/fzf.vim' Plug 'chiefnoah/neuron-v2.vim' """"""""""""" "" colorschemes """""""""""""""" Plug 'bling/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'ayu-theme/ayu-vim' Plug 'morhetz/gruvbox' call plug#end()