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

Tripled entries in completion #11

Closed
tomas0430 opened this issue Mar 3, 2023 · 2 comments
Closed

Tripled entries in completion #11

tomas0430 opened this issue Mar 3, 2023 · 2 comments

Comments

@tomas0430
Copy link

Completion shows triplicats.the same three entries in completion menu. I'm using your completion config. I have no idea how to fix this.

@martineausimon
Copy link
Owner

martineausimon commented Mar 4, 2023

Yes, it's due to the new update of uga-rosa/cmp-dictionary, it is no longer necessary to define the paths to the dictionary files (which are already defined in nvim-lilypond-suite/ftplugin/lilypond.lua). the following lines are sufficient:

{ 
  'uga-rosa/cmp-dictionary',
  config = function() 
    require("cmp_dictionary").switcher({
      filetype = {
        lilypond
      },
    })
  end
},

I will correct the wiki this weekend!

@tomas0430
Copy link
Author

Now it works as intended.Thanks

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