From d41ef95b9732109bf6406c5e959492f31f09ce36 Mon Sep 17 00:00:00 2001 From: cannorin Date: Sat, 8 Apr 2023 14:44:44 +0900 Subject: [PATCH] Remove obsolete --background-service-enabled option --- autoload/fsharp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fsharp.vim b/autoload/fsharp.vim index 10d28cf..1c7ccea 100644 --- a/autoload/fsharp.vim +++ b/autoload/fsharp.vim @@ -234,7 +234,7 @@ function! fsharp#loadConfig() endif if !exists('g:fsharp#fsautocomplete_command') - let g:fsharp#fsautocomplete_command = ['fsautocomplete', '--background-service-enabled'] + let g:fsharp#fsautocomplete_command = ['fsautocomplete'] endif if !exists('g:fsharp#use_recommended_server_config') let g:fsharp#use_recommended_server_config = 1