Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support thesaurus completion with multi-word entries #9

Open
repomaa opened this issue Mar 13, 2016 · 1 comment
Open

support thesaurus completion with multi-word entries #9

repomaa opened this issue Mar 13, 2016 · 1 comment

Comments

@repomaa
Copy link

repomaa commented Mar 13, 2016

i get completions for synonyms but they are split by whitespace so that for example a line

foo;foo bar;bar;baz

would produce these completions for foo: ['foo', 'bar', 'bar', 'baz'].

It would be nice to be able to define a separator string which would be used to split the entries.

@reedes
Copy link
Collaborator

reedes commented Mar 15, 2016

That'd be a handy feature, but offhand I'm not sure how to support it.

Lexical is currently relying on Vim's native thesaurus completion and the format of the thesaurus file.

If you can come up with a format for the thesaurus file which would support this (possibly in conjunction with Vim config changes) we could look at transforming the thesaurus to support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants