nikvdp / nvim-lsp-config

97 stars 22 forks source link

AutoStart for sourcekit failed: matching root directory not detected #8

Closed mcstrassell09 closed 2 years ago

mcstrassell09 commented 2 years ago

Hi, I installed nvim nightly and followed this repository to set up nvm-lsp. Running :LspInstall swift appears to install sourcekit successfully. However I get this error when opening a swift file with nvim. I am new to vim. Thanks.

nikvdp commented 2 years ago

Hi @mcstrassell09, this is almost certainly an issue with the Swift LSP itself and/or your project layout or with nvim-lsp-installer. I don't use swift myself so I can't be of much help there, but you might consider opening an issue over at williamboman/nvim-lsp-installer. If you find a solution let me know and would be glad to add it to this repo as well!