Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

healthcheck is acting strange #2

Open
salkin-mada opened this issue Dec 22, 2021 · 2 comments
Open

healthcheck is acting strange #2

salkin-mada opened this issue Dec 22, 2021 · 2 comments

Comments

@salkin-mada
Copy link

salkin-mada commented Dec 22, 2021

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 = 1
                vim.g.scnvim_scdoc = 1
                vim.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 ]] }
            }
        }
@salkin-mada
Copy link
Author

aha! after = {'scnvim'}, was added for the h4x setup since i joined the team :)^

@salkin-mada
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant