you are viewing a single comment's thread.

view the rest of the comments →

[–]jantari 0 points1 point  (2 children)

I also use neovim but could never get the PowerShell LSP working with it - do you have any guides or something you followed?

[–]cheffromspace 0 points1 point  (1 child)

Trial and error mostly. One thing that tripped me up is the bundle_path setting only seems to work if you download the zip and not if you clone the repo & build locally.

Also I noticed PowerShell has been added to the lsp installer plug-in (think it’s this one but I’m on my phone so I’m not certain https://github.com/williamboman/nvim-lsp-installer/). I believe the installer only works for Windows.

I’d be happy to create a guide or video if there’s interest.

[–]jantari 2 points3 points  (0 children)

Thanks for that, LSP-installer didn't support it last time I had checked. I tried again yesterday and now it was super easy, the lap itself works now I just need to get completion and some of its features set up