tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
286 stars 28 forks source link

Config is being ignored? #75

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 1 year ago

I copypasted the default config from the readme and any changes in the config are completely ignored.

TabNine is working fine though.

Not sure if this is related, but the first time a completion from tabnine is requested, I get this message

Pasted image 2022-11-12 14 23 51 Pasted image 2022-11-12 14 22 16
tzachar commented 1 year ago

Please be a bit more specific about what is not working. And the image above is not related to this plugin but to another.

chrisgrieser commented 1 year ago

oh sorry, I assumed that that luassert prompt had something to do with tabnine, since it appeared at the pretty much the same time when I installed cmp_tabnine. Weird coincidence I guess.

Well, it's simply that any change to the config simply has no effect, regardless which one, even after restarting. Here an example: image

tzachar commented 1 year ago

Please use : instead of . It was a misspelling in the README....

chrisgrieser commented 1 year ago

ah, yes, that fixed it, thank you!

I think practically every neovim plugin uses .setup instead of :setup, which might be a bit confusing in the first place, btw.