Skip to content

Commit

Permalink
Disable latex provider as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeboster committed May 30, 2021
1 parent 8cf86be commit 9daadb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class AutocompleteSettings {
triggerLikeVim: boolean = false

// TODO: Refactor provider settings
latexProvider: boolean = true
latexProvider: boolean = false
flowProvider: boolean = true
flowProviderScanCurrent: boolean = true
flowProviderTokenizeStrategy: TokenizeStrategy = 'default'
Expand Down

0 comments on commit 9daadb1

Please sign in to comment.