Platform Support
Opened this issue · 0 comments
victoryosiobe commented
It's unclear the platforms supported by this plugin.
I ran into this error on my first try:
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:
The Docs should be updated if there isn't going to be a fix.