Iordanis Petkakis
Iordanis Petkakis
Just a suggestion and not 100% sure if it still applies in this case. But using `` in Neovim can be a cause of quite some problems. You can search...
It was just one line of code `{ "nvim-tree/nvim-web-devicons", lazy = true }`, so I believe users should just install that and disable `mini.icons` in their personal configuration if they...
I doubt there will be an Extra with just one line of code. I don't believe it's worth it. Extras are supposed to have significant configuration. At least that's what...
> where versioning is used for any plugins that have a 1.x or higher release while git latest is used for any plugins with 0.x versions You would still have...
You can try ```lua { "fe", function() Snacks.explorer({ follow_file = false, on_show = function(picker) require("snacks.explorer.actions").actions.explorer_close_all(picker) end, }) end, desc = "Explorer Snacks (root dir)", }, ``` I believe this should...
I'm just a simple user like you and not making any decisions. Leave this open until maintainer gives feedback. I just replied for how you could do that already.
I can't reproduce this with the `/` for searching in my case, but I can reproduce the flickering when doing `:g/some_pattern/`.
I did `/treesitter` and `/function` to search for treesitter and function and both worked without flickering. Only the `:g/pattern`causes flickering for me.
I also get correct behavior either with `/pattern` or `:g/pattern`.