josean-dev / dev-environment-files

2.64k stars 740 forks source link

tab completion in nvim-cmp not working properly #5

Closed apicgg closed 1 year ago

apicgg commented 1 year ago

Do you know why super tab completion is not working properly with nvim-cmp?

josean-dev commented 1 year ago

Hey! So I removed this from the config a while back, have been using Ctrl-j and Ctrl-k lately. Not sure how your config looks like. Here's a link to the documentation on how to configure it: https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#super-tab-like-mapping

apicgg commented 1 year ago

@josean-dev Thanks for your reply. Now I have also moved to ctrl-j and ctrl-k. The tab completion thing is working in a super weird way with nvim-cmp. Thanks again. :)