Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

@igorgue Why are you using `vim-dadbod-ui` as dependency to `vim-dadbod`? The docs of `vim-dadbod-ui` suggest the other way around, so that `vim-dadbod` will be loaded first. Even if this is...

@igorgue I was wrong about the dependency. Keep it as it is. If you make `vim-dadbod` a dependency of `vim-dadbod-ui`, if you try to disable `vim-dadbod-ui` in your personal config,...

@igorgue I'm just a simple user who started learning programming about 4-5 months ago, I just have a bit more experience with configuring LazyVim (since been using it for a...

Maybe you could add an additional check in `is_deno` with `LazyVim.opts("nvim-lspconfig").servers.denols.settings.deno.enablePaths` to see if that option is enabled in the user's `nvim-lspconfig` configuration. If you could try that out and...

Yes, apparently it doesn't. `LazyVim.opts` only shows the options for the corresponding spec of `lazy.nvim`. Since, it's not defined in `nvim-lspconfig` spec it won't find it. I'm sorry, but I...

I don't quite understand what the bug is. Can you explain in detail? Hitting `Enter` while the `nvim-cmp` auto-completion menu is open will select the entry. If you want a...

This is not a bug. It's a default that was chosen by the maintainer and the users can freely change that behavior in their personal configuration according to their liking....

Really nice change. Hope it gets merged!! :smile:

I believe you could just put atop the start of the file if you would like and it will be processed during the `lazy.nvim` parsing the specs phase I believe,...

That's why I recommended (in my personal opinion) to prefer the `init` function instead. But better wait for the maintainer's reply, as he knows best :smile: