Skip to content

Commit d41ef95

Browse files
committed
Remove obsolete --background-service-enabled option
1 parent a668451 commit d41ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fsharp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function! fsharp#loadConfig()
234234
endif
235235

236236
if !exists('g:fsharp#fsautocomplete_command')
237-
let g:fsharp#fsautocomplete_command = ['fsautocomplete', '--background-service-enabled']
237+
let g:fsharp#fsautocomplete_command = ['fsautocomplete']
238238
endif
239239
if !exists('g:fsharp#use_recommended_server_config')
240240
let g:fsharp#use_recommended_server_config = 1

0 commit comments

Comments
 (0)