Closed slifin closed 4 years ago
Hi I've tried to install this using MacVim and vim plug
I have added Plug 'eraserhd/parinfer-rust' to my ~/.gvimrc and compiled the rust binary inside ~/.vim/plugged
Plug 'eraserhd/parinfer-rust'
~/.gvimrc
~/.vim/plugged
When I try and run :ParinferLog I get:
:ParinferLog
Error detected while processing function <SNR>37_parinfer_l og: line 5: E108: No such variable: "g:parinfer_logfile" Parinfer is no longer logging
hmm the plugin is working now I set to that variable to /Users/<my user>/test.txt not sure what that value should normally be
/Users/<my user>/test.txt
Hi I've tried to install this using MacVim and vim plug
I have added
Plug 'eraserhd/parinfer-rust'
to my~/.gvimrc
and compiled the rust binary inside~/.vim/plugged
When I try and run
:ParinferLog
I get: