You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is an obvious question, but I've run into an error trying to install coc-lua in Windows 11, and I can't tell if this is supposed to happen or not.
When doing a :CocInstall coc-lua , and then opening a .lua file, I get the error message "Windows is not currently supported".
After searching the code, I've found the message seems to be coming from the installer.ts file, speficially for win32 operating systems.
That said, looking at previous issues, and the readme, it seems like Windows is supposed to work normally with this extention. Am I not following the proper installation method? I've managed to get the language server working by installing it with Mason and manually setting it up in coc-settings, but I thought I'd at least post it here in case someone else runs into this...
My setup consists of Windows 11, nvim with lazy.vim, mason and coc.
Sorry if this is an obvious question, but I've run into an error trying to install coc-lua in Windows 11, and I can't tell if this is supposed to happen or not.
When doing a :CocInstall coc-lua , and then opening a .lua file, I get the error message "Windows is not currently supported".
After searching the code, I've found the message seems to be coming from the installer.ts file, speficially for win32 operating systems.
That said, looking at previous issues, and the readme, it seems like Windows is supposed to work normally with this extention. Am I not following the proper installation method? I've managed to get the language server working by installing it with Mason and manually setting it up in coc-settings, but I thought I'd at least post it here in case someone else runs into this...
My setup consists of Windows 11, nvim with lazy.vim, mason and coc.
The text was updated successfully, but these errors were encountered: