I am trying to setup this plugin with vim on macbook. It is throwing below error. Any idea how to fix this?
Error detected while processing function vira#_menu:
line 35:
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Vira' is not defined
My Vimrc settings is as below
call plug#begin()
Plug 'preservim/NERDTree'
Plug 'n0v1c3/vira', { 'do': './install.sh' }
call plug#end()
let g:vira_config_file_servers = $HOME . '~/.config/vira/vira_servers.json'
Python on terminal is using
➜ ~ which python
/Users//.pyenv/shims/python
➜ ~ python --version
Python 3.9.1
Vim is from brew install
which vim
/usr/local/bin/vim
I am trying to setup this plugin with vim on macbook. It is throwing below error. Any idea how to fix this?
My Vimrc settings is as below
Python on terminal is using
Vim is from brew install