Re: autocompletion with vim

2024-07-14 Thread Fennel
Unfortunately, I haven't managed to get this working on neovim v0.10.0 . My guess is that the breaking changes introduced in this version break the archived cmp-dictionary plugin and unless someone forks the project to fix the issues, proper completion in neovim using cmp will be broken for quit

Re: autocompletion with vim

2024-06-14 Thread Kenneth Flak
Hmmm... I don't see anything immediately in your config that should cause this. There was a whole bunch of breaking changes around nvim 0.10.0 that might affect this as well... Stupid question: are all your plugs up to date? And did you test with the latest git version of nvim? Best, Kenneth Fenn

Re: autocompletion with vim

2024-06-14 Thread Fennel
Okay, managed to get the configuration working (making sure that your paths are specified correctly helps!) but now that I have completion I get the following every time I select a result: Error executing vim.schedule lua callback: ...lar/neovim/0.10.0/share/nvim/runtime/lua/vim/_system.lua:244

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
Hi again Fennel, I tried to install oil.nvim to see if it messed with completion, but everything worked as it should out of the box. I'm strongly suspecting there's something fishy going on with how and/or from where your dictionaries are being pulled. Best, Kenneth Fennel, Jun 06, 2024 at 11:5

Re: autocompletion with vim

2024-06-06 Thread Stefan Thomas
Hello everyone, these are really a lot of suggestions, I will try them out and then get back to you. Am Do., 6. Juni 2024 um 11:05 Uhr schrieb Kenneth Flak < kennethf...@protonmail.com>: > This issue seems related: > > https://github.com/uga-rosa/cmp-dictionary/issues/58 > > Fennel, Jun 06, 2024

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
This issue seems related: https://github.com/uga-rosa/cmp-dictionary/issues/58 Fennel, Jun 06, 2024 at 11:51: > It seems like cmp-dictionary​ doesn’t play nice with oil.nvim, and I > am not > removing that to make this work unfortunately. Here’s a stack trace if > you’re > interested: > > Error

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
I stopped using oil.nvim some time ago, as it started getting all buggy and weird on me... My new favorite file manager is yazi, which also has an nvim plugin :-) https://yazi-rs.github.io/ How does your cmp-dictionary setup look like? Fennel, Jun 06, 2024 at 11:51: > It seems like cmp-dictiona

Re: autocompletion with vim

2024-06-06 Thread Fennel
It seems like cmp-dictionary​ doesn’t play nice with oil.nvim, and I am not removing that to make this work unfortunately. Here’s a stack trace if you’re interested: Error executing luv callback: ...vim/lazy/cmp-dictionary/lua/cmp_dictionary/dict/trie.lua:43: bad argument #1 to 'decode' (strin

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
Hi Fennel, I'm using the cmp-dictionary approach, which works fine for me. I wasn't aware that it's archived, which is a shame... In order for it to work I did have to specify an absolute path to the dictionaries, though: local basepath = "/home/kf/.local/share/nvim/site/pack/rocks/start/nvim-

Re: autocompletion with vim

2024-06-06 Thread Fennel
The plugin that Kenneth mentions (which I am also using at the moment) is rather quite broken as far as Emacs or Frescobaldi-style autocompletion is concerned. [nvim-lilypond-suite](https://github.com/martineausimon/nvim-lilypond-suite) strongly recommends the use of `coc.nvim`, which is not as

Re: autocompletion with vim

2024-06-05 Thread Kenneth Flak
I'm using the nvim-lilypond-suite plugin, which works beautifully, but that's for neovim... I suppose you're referring to "regular" vim? Best, Kenneth Stefan Thomas, Jun 05, 2024 at 10:13: > Dear community, > did any of You manage to get the autoload-function for lilypond of vim > to > work? > T