supercollider / scvim

Vim plugin for SuperCollider
GNU General Public License v3.0
121 stars 28 forks source link

supercollider with vim #51

Closed ovitus closed 6 years ago

ovitus commented 6 years ago

I installed the following Supercollider rpms through the PlanetCCRMA repository: supercollider-3.9.3-1.fc29.ccrma.x86_64.rpm supercollider-vim-3.9.3-1.fc29.ccrma.x86_64.rpm

When I open a test.sc with vim, and try :SClangStart I get: E492: Not an editor command: SClangStart

Is there something I'm missing?

gusano commented 6 years ago

I am not sure how Fedora installs vim plugins but, as stated in scvim README.md:

It is highly recommended to use a plugin manager to install scvim

You should try that

gusano commented 6 years ago

Closing as this is a RPM package issue, unrelated to this repo