Closed bla9kdog closed 2 years ago
That sounds strange indeed. You could try :lua require'scnvim'.start()
and see if that works. :SCNvimStart
is just a wrapper for that function call.
If that doesn't work, I would recommend that you try out this branch and see if that helps!
For example: if I type :SCNVimStart, I get an error saying it's not an editor command. I've tried this in both .sc and .scd files.
Not sure if its your typo in the error report or also in your trial, but SCNV...
is not the command. SCNvim...
is. The V
is not capitalized
That sounds strange indeed. You could try :lua require'scnvim'.start() and see if that works. :SCNvimStart is just a wrapper for that function call.
If I type this, I get the post window. But none of the keybindings work. I'll check the other branch. Thanks!
compiling class library...
Found 867 primitives.
Compiling directory '/usr/share/SuperCollider/SCClassLibrary'
Compiling directory '/usr/share/SuperCollider/Extensions'
Compiling directory '/home/me/.local/share/SuperCollider/Extensions'
numentries = 1283639 / 19422096 = 0.066
5736 method selectors, 3386 classes
method table size 20834432 bytes, big table size 155376768
Number of Symbols 14965
Byte Code Size 450281
compiled 559 files in 0.57 seconds
Info: 4 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll
compile done
localhost : setting clientID to 1.
internal : setting clientID to 1.
Class tree inited in 1.01 seconds
*** Welcome to SuperCollider 4.13.0-dev. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).
Not sure if its your typo in the error report or also in your trial, but SCNV... is not the command. SCNvim... is. The V is not capitalized
Oops, this was just a typo in the bug report. :) Thanks
Ok, I found the culprit, "vim-polyglot" was causing issues. If I remove it, SCNvim works fine.
It's weird because it happens only on my Linux machine. Works fine on MacOS.
Describe the bug After installing SCNvim, none of the commands are showing up.
For example: if I type :SCNVimStart, I get an error saying it's not an editor command. I've tried this in both .sc and .scd files.
Here's the checkhealth output:
Expected behavior :SCNVim* commands should show up.
Information
Operating system Arch Linux
SuperCollider version 3.12.2
nvim --version
NVIM v0.7.0 Build type: Release LuaJIT 2.1.0-beta3Package manager vim-plug