ionide / Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
MIT License
163 stars 20 forks source link

Docs on setting up nvim LSP #62

Closed no1melman closed 1 year ago

no1melman commented 1 year ago

Describe the bug Documentation link

firstly I get a deprecated warning that update_capabilities is deprecated and we should use default_capabilities - I have made that switch, but I'm so novice, I have no idea what repercussions that has.

Secondly, I get s:install is not a function... which, again, no idea.

To Reproduce Steps to reproduce the behaviour:

  1. Fresh nvim
  2. Copy and paste the minimal settings for "With nvim-lspconfig and nvim-cmp (for Neovim 0.5+)"
  3. Reboot nvim, do PlugInstall
  4. Reboot nvim, see problems

Expected behaviour I'm guessing it should just work

Screenshots Screenshot 2022-11-11 at 11 50 57

Environment (please complete the following information):

no1melman commented 1 year ago

Missed the copy of that function... that one's on me

no1melman commented 1 year ago

But still get deprecation

no1melman commented 1 year ago

I use NvChad now and lua setup, so I don't know if this is a problem