cmp-dictionary icon indicating copy to clipboard operation
cmp-dictionary copied to clipboard

Changes in v3

Open uga-rosa opened this issue 5 months ago • 0 comments

  • Changed dictionary specifications
    • Only line breaks are used to separate words.
  • Stop referencing &dictionary.
    • switcher is deprecated.
    • Set paths in require("cmp_dictionary").setup().
  • Remove :CmpDictionaryUpdate.
    • The dictionary is automatically loaded each time paths is set.
  • Fix asynchronous dictionary reading.
  • Organize option names.
    • exact -> exact_length
    • max_items -> max_number_items
    • document and document_command -> document (single table)
  • sqlite option is deprecated.
    • Maybe external option could help you.

uga-rosa avatar Jan 21 '24 10:01 uga-rosa