Skip to content

Commit

Permalink
doc: remove async option from document
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Aug 19, 2023
1 parent 03a7346 commit c73a902
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dict.setup({
first_case_insensitive = false,
document = false,
document_command = "wn %s -over",
async = false,
sqlite = false,
max_items = -1,
capacity = 5,
Expand Down
1 change: 0 additions & 1 deletion doc/cmp-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ If you use the default settings, this plugin will work without calling setup.
first_case_insensitive = false,
document = false,
document_command = "wn %s -over",
async = false,
sqlite = false,
max_items = 1000,
capacity = 5,
Expand Down

0 comments on commit c73a902

Please sign in to comment.