Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform Support #9

Open
victoryosiobe opened this issue Jun 28, 2024 · 0 comments
Open

Platform Support #9

victoryosiobe opened this issue Jun 28, 2024 · 0 comments

Comments

@victoryosiobe
Copy link

It's unclear the platforms supported by this plugin.

I ran into this error on my first try:

Screenshot_2024_0628_212809

Saying:

Error executing Lua callback: ...ome/.local/share/nvim/lazy/rayso.nvim/lua/lib/create.lua:51: Could not find executable for chromium
stack traceback:
	[C]: in function 'get_open_command'
	...ome/.local/share/nvim/lazy/rayso.nvim/lua/lib/create.lua:51: in function 'create_snippet'
	...ome/.local/share/nvim/lazy/rayso.nvim/lua/lib/create.lua:97: in function <...ome/.local/share/nvim/lazy/rayso.nvim/lua/lib/create.lua:96>

Here's my Lazy.nvim config:

{
  'TobinPalmer/rayso.nvim',
  cmd = { 'Rayso' },
  config = function()
    require('rayso').setup {
        open_cmd = 'chromium'       
      }
  end
}, 

I came to GitHub to check and figured what was returning the error:


Screenshot_2024_0628_213249


The Docs should be updated if there isn't going to be a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant