Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unsupported flag which prevents FSAC from starting up correctly #20

Merged
merged 1 commit into from
Nov 24, 2019
Merged

Conversation

runbmp
Copy link
Contributor

@runbmp runbmp commented Nov 21, 2019

--mode lsp appears to no longer be supported by FSAC.

You can test this by manually invoking FSAC on the command line:

➜ dotnet ~/.vim/plugged/Ionide-vim/fsac/fsautoComplete.dll --background-service-enabled --mode lsp
ERROR: unrecognized argument: '--mode'.

➜ dotnet ~/.vim/plugged/Ionide-vim/fsac/fsautoComplete.dll --version
FsAutoComplete 0.38.2 (git sha de74a5c95a23c6791c45db64d282135a3925e00f)

Found using variation of minimal vimrc @https://github.com/autozimu/LanguageClient-neovim/blob/next/min-vimrc.vim

call plug#begin('~/.local/share/nvim/plugged')

Plug 'autozimu/LanguageClient-neovim', {
    \ 'branch': 'next',
    \ 'do': 'bash install.sh',
    \ }

Plug 'ionide/Ionide-vim', {
      \ 'do':  'make fsautocomplete',
      \}

call plug#end()

@cannorin cannorin merged commit c3ed82e into ionide:master Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants