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: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 executing luv callback: > ...vim/lazy/cmp-dictionary/lua/cmp_dictionary/dict/trie.lua:43: bad > argument #1 to 'decode' (string expect > ed, got nil) > stack traceback: > [C]: in function 'decode' > ...vim/lazy/cmp-dictionary/lua/cmp_dictionary/dict/trie.lua:43: in > function <...vim/lazy/cmp-dicti > onary/lua/cmp_dictionary/dict/trie.lua:42> > > > > [C]: in function 'nvim_buf_delete' > .../fennel/.local/share/nvim/lazy/oil.nvim/lua/oil/util.lua:159: in > function 'rename_buffer' > .../fennel/.local/share/nvim/lazy/oil.nvim/lua/oil/init.lua:746: in > function 'maybe_hijack_directo > ry_buffer' > .../fennel/.local/share/nvim/lazy/oil.nvim/lua/oil/init.lua:1265: in > function 'setup' > /home/fennel/.config/nvim/init.lua:209: in main chunk > > if you have any suggestions, I’d love to hear them! This has been very > frustrating for me. > > Fennel > >