Vim and NeoVim users, I need your help.
When I type a command, such as `Telescope find`, I have a menu with suggestions to complete with `find_files` for example. The first option appears to be selected, it is the one I want : find_files.
However, I have to tabulate, then tabulate back for it to be inserted. I tried adding vim.o.completeopt = 'menu,menuone,noselect' to my config but it does not work. I've read the completeopt options but I don't find anything useful.
On the Internet, I saw people with the same issue but I don't get how they fixed it and I don't want to install something else, I think I just need a configuration to make it work.
Can anyone help? Thanks.