Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Plugin commands fail to run #16

Open
manumart opened this issue Jun 8, 2021 · 2 comments
Open

Plugin commands fail to run #16

manumart opened this issue Jun 8, 2021 · 2 comments

Comments

@manumart
Copy link

manumart commented Jun 8, 2021

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

@chiefnoah
Copy link
Owner

Do you have fzf installed as a vim plugin?

@manumart
Copy link
Author

manumart commented Jun 9, 2021

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()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants