Iordanis Petkakis
Iordanis Petkakis
What does this have to do with LazyVim? LazyVim just installs `tzachar/cmp-tabnine` and also `blink-compat`, because it's only working with `nvim-cmp` by default. Try switching to `nvim-cmp` instead of `blink.cmp`...
If you're referring to a problem similar to the one discussed in #4285 then the problem lies with `noice.nvim` and can only be fixed from the side of the plugin...
I think it's the same behavior and it's due to `noice.nvim`. Please open an issue there as this can't be fixed here. Just to test if you still have the...
I don't understand what the problem about terminal prompt means. Can you explain in more detail and show video about what happens?
I don't know what this is, but it seems to me some kind of artifact with VsCode. Never seen this before. If you can provide specific steps to reproduce this,...
If you deleted all folders except Lazy in nvim-data, that means it's something in your personal configuration that causes it.
I don't know what to tell you, since I don't use VsCode. I only use Neovim in terminal.
Did you enable the vscode Extra as explained [here](https://www.lazyvim.org/extras/vscode). It only enables a handful of plugins that don't conflict with VsCode.
That's because the picker only supports `import`s and then it searches those directories files and parses the lines of each file to find the plugins names. Based on my basic...
What does that jave to do with where lazy.nvim is setup? Didn't you read my comment? It might not always be init.lua, because init.lua might just require the module where...