Closed tomas0430 closed 1 year ago
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!
Now it works as intended.Thanks
Completion shows triplicats.the same three entries in completion menu. I'm using your completion config. I have no idea how to fix this.