Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

I did add it, but it made a slight difference as to the menu not being blocked. The lag I'm noticing is the kind of when I press letters they...

Not for me. I just type `build` and it shows the snippets immediately. However, I'm on blink main branch and there have been some changes/fixes with regard to snippets, so...

That's a git operation timed out. LazyVim does not control that. That is dependent on your OS and your `git config` settings.

Enable neo-tree or mini.files from Lazyextras, otherwise it will be enabled by default.

Don't use the keys? Or remap them to do something else. `Snacks.explorer` is just a Lua module that will be required when call it (e.g from a mapping). If you...

Your best bet is to update to Neovim 0.10 to not have this problem. The current implementation of toggling diagnostics is not compatible with 0.9.5

Just a simple user, but personally I prefer the current LSP mappings. But should they change, I'll just revert to the current ones in my personal config, because I prefer...

Yes, I just expressed my personal preference just like you. It's up to the maintainer to decide. I'll also just make corresponding adjustments in my personal config depending how this...

I believe what you're trying to do would simply be solved if you moved the `opts.settings` from `setup.tailwindcss` to `servers.tailwindcss` without any need for doing any kind of merge.