We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a668451 commit d41ef95Copy full SHA for d41ef95
autoload/fsharp.vim
@@ -234,7 +234,7 @@ function! fsharp#loadConfig()
234
endif
235
236
if !exists('g:fsharp#fsautocomplete_command')
237
- let g:fsharp#fsautocomplete_command = ['fsautocomplete', '--background-service-enabled']
+ let g:fsharp#fsautocomplete_command = ['fsautocomplete']
238
239
if !exists('g:fsharp#use_recommended_server_config')
240
let g:fsharp#use_recommended_server_config = 1
0 commit comments