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
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
supercollider_h4x_nvim: health#supercollider_h4x_nvim#check
========================================================================## supercolliderh4xnvim- ERROR: scnvim is not installed
this is not true
for info i am using Packer.nvim and doing this:
use {
'davidgranstrom/scnvim',
run=":call scnvim#install()",
config=function ()
vim.g.scnvim_snippet_format="luasnip"vim.g.scnvim_echo_args=1vim.g.scnvim_scdoc=1vim.g.scnvim_postwin_orientation='v'-- etc etc.-- all my settings, filtype au, augroup, mappings, cmd sillyness, the works.end,
requires= { {
use {'madskjeldgaard/supercollider-h4x-nvim',
config=function()
vim.cmd"autocmd filetype supercollider,scnvim,scdoc,supercollider.help lua require'supercollider-h4x'.setup()"end
} --[[ , more use's - other nifty plugins nam nam ]] }
}
}
The text was updated successfully, but these errors were encountered:
Nope, sourcing h4x after scnvim with after = {'scnvim'} didnt do the trick. health#supercollider_h4x_nvim#check still reports that scnvim is not installed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this is not true
for info i am using Packer.nvim and doing this:
The text was updated successfully, but these errors were encountered: