Since lua LSP has predictable platforms it builds to, you could do a conditional check and set the bin location
ifjit.os=='osx' thenlocalbin_location='macOS'elseifjit.os=='linux' then--or what ever the value returned by linuxlocalbin_location='Linux'
....
Just some ideas
Since lua LSP has predictable platforms it builds to, you could do a conditional check and set the bin location
nlua.nvim/lua/nlua/lsp/nvim.lua
Line 7 in b24d838
Just some ideas