Skip to content

Name 'vira' not defined #85

Description

@sham332

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions