Skip to content

Commit

Permalink
Remove obsolete --background-service-enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
cannorin committed Apr 8, 2023
1 parent a668451 commit d41ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fsharp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d41ef95

Please sign in to comment.