TobinPalmer/rayso.nvim

Platform Support

Opened this issue · 0 comments

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.