Iordanis Petkakis
Iordanis Petkakis
Yeah I don't know why they were there. I don't do any web dev, but I believe the `tailwindcss.settings` being defined in `opts.setup` instead of `opts.servers` might override the user's...
I personally have `bb` mapped to `BufferLinePick` and also use the picker buffer if I have too many buffers open. Both seem like a better personal workflow (according to my...
Sorry, but I don't understand this. Why not define the mappings directly in `keys`? That way users can overwrite them without having to overwrite the whole `config` function. Also the...
Can't repro with fresh LazyVim installation which I assume you also use based on your activity on LazyVim repo. Screencast following https://github.com/user-attachments/assets/baa66e96-98b9-48c6-9b13-132f4c54a04a
I get the same behavior with `bufferline.nvim` disabled. https://github.com/user-attachments/assets/f9d72a57-56c8-4b6f-b013-e7b76e201e00
Try with a fresh LazyVim installation and see if you can repro. ```sh 1. mkdir ~/.config/lazytest 2. git clone https://github.com/LazyVim/starter ~/.config/lazytest 3. NVIM_APPNAME=lazytest nvim and wait for the installation to...
Still not able to repro even with clicking with the mouse on the right window https://github.com/user-attachments/assets/8c590aab-952d-4a7a-8e36-9ad8ef153868
Ok, I think I found the discrepancy. It's the difference how you invoke Neovim. When you do `nvim` and then just restore a session or search for a file and...
Yes, I can confirm this happens. It seems that the Explorer picker always keeps track of the last active window and always opens a file in that window. You would...