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 Fennel, Jun 14, 2024 at 21:24: > 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: ENOENT: > no such file or directory > stack traceback: [C]: in function 'error' > ...lar/neovim/0.10.0/share/nvim/runtime/lua/vim_system.lua:244: in > function 'spawn' > ...lar/neovim/0.10.0/share/nvim/runtime/lua/vim_system.lua:335: in > function 'system' > ...are/nvim/lazy/cmp-dictionary/lua/cmp_dictionary/util.lua:7: in > function 'system' > ...e/nvim/lazy/cmp-dictionary/lua/cmp_dictionary/source.lua:100: in > function 'resolve' > ...ennel/.local/share/nvim/lazy/nvim-cmp/lua/cmp/source.lua:384: in > function 'resolve' > ...fennel/.local/share/nvim/lazy/nvim-cmp/lua/cmp/entry.lua:505: in > function 'resolve' > .../fennel/.local/share/nvim/lazy/nvim-cmp/lua/cmp/view.lua:287: in > function 'fn' > .../.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/async.lua:71: in > function <.../.local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/async.lua:69 > > I’ll throw my [1]current neovim config in here as I’m rather > confused as to why > this is being such a pain. > > Fennel > > > > References: > > [1] > https://gist.github.com/fenneltheloon/6703a17e584ec61958b6e0a61920e12a