This is an automated archive made by the Lemmit Bot.
The original was posted on /r/neovim by /u/monkoose on 2024-04-02 12:09:51.
I want to present new AI completion plugin neocodeium which is powered by free codeium toolkit.
It is the same thing as codeium.vim, but have some quality improvements:
- It doesn’t flicker that much (especially annoying with multiline suggestions).
- Completion on the current line are repeatable with the
:h .
- Can complete only word/line of the suggestion
- And some other improvements not so noticable by the end user
It needs to be tested on Windows, so if you are windows user and have time to test it, let me know if you have met some issues.
I have been used it as my main autocompletion plugin (only invoke nvim-cmp occasionally with the keymap) for a few weeks. And I like the experience, so I hope you will enjoy it too.
Note: currently, work only on nightly build.
You must log in or register to comment.