You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed scvim with Pathogen, and have F6 not working.
Tried to add au BufEnter,BufWinEnter,BufNewFile,BufRead *.sc,*.scd set filetype=supercollider to ~/.vimrc, to call source ~/.vim/bundle/scvim/ftplugin/supercollider.vim, also prepended with let loaded_scvim=0, but neither helps.
The text was updated successfully, but these errors were encountered:
au BufEnter,BufWinEnter,BufNewFile,BufRead *.sc,*.scd set filetype=supercollider
au Filetype supercollider packadd scvim
If it does, the docs formatting may imply this is only needed for vim's native package management, when in reality it is needed for all package managers.
I installed scvim with Pathogen, and have F6 not working.
Tried to add
au BufEnter,BufWinEnter,BufNewFile,BufRead *.sc,*.scd set filetype=supercollider
to~/.vimrc
, to callsource ~/.vim/bundle/scvim/ftplugin/supercollider.vim
, also prepended withlet loaded_scvim=0
, but neither helps.The text was updated successfully, but these errors were encountered: