-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
| local bin_location = jit.os |
if jit.os == 'osx' then
local bin_location = 'macOS'
elseif jit.os == 'linux' then --or what ever the value returned by linux
local bin_location = 'Linux'
....
Just some ideas
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels