Leonardo Mora
Leonardo Mora
> Hello guys, > > I have implemented a quick and dirty solution for NeoVim in lua. I've been using it for several weeks, it handles word and line completion...
For those that use `whichkey`, I've made a version of the mappings suggested by @fwy with some error handling for when there are no completions: ```Lua -- Executes a normal...
> I had this in copilot and I'm trying codeium and I find it super important. Here is how I've done it which seems to work well (inspired by the...
> I had this in copilot and I'm trying codeium and I find it super important. Here is how I've done it which seems to work well (inspired by the...
I find @fwy approach superior because it works even if there's existing text already in front of the cursor. It still breaks on some circumstances but less often than other...
The `cd` after installing `python3`, cd to where? I'm not sure how you plan on using this. Will you have this `init.sh` on the machine that runs docker and then...
If you're using NeoVim, there's [codeium.nvim](https://github.com/Exafunction/codeium.nvim) that works like that
> Why are there two distinct extensions? The `.vim` one is made on vimscript. The other one is made on Lua for the newer NeoVim and works with `nvim-cmp`
So is this a provider problem? Just curious.
> Does anyone feel confident enough to make a PR that adds native support for this Almost there. I've been working on this and pretty happy with the results so...