Dominik Link

Results 2 comments of Dominik Link

I can confirm that I get the exact same error with both AUR packages, if I can provide any further help let me know and I will do my best!...

This is where the Issue lies: ```lua ---@return "linux" | "darwin" | "windows" M.get_os_name = function() local os_name = vim.uv.os_uname().sysname if os_name == "Linux" then return "linux" elseif os_name ==...