Folke Lemaitre

Results 961 comments of Folke Lemaitre

Yeah, noticed that as well. Going back/forward with the cursor during substitute also doesnt work properly. There's more work being done regarding these things in core. Hopefully that gets resolved...

I only see the flickering when lsp progress is doing something. Besides that I dont see it

I just pushed an update that should result in less flickering of hlsearch. Let me know if it helps!

I just pushed an update that probably also fixes this issue. Can you check?

Finally got some time to look into this. This is honestly not a bug. You can change `opts.views.mini.position = -2`. That will solve it for your use-case

Are you sure this is still a problem? The code that sets those options is wrapped in eventignore, so it should no longer trigger autocmds

You never left the original window, since you are in the cmdline. Noice **IS** the real commandline and will behave the same as the regular cmdline.

you can already do this with lualine or any other statusline

That's an upstream issue in Neovim. Can't fix.

@pvsfair you could also do: ```lua { "4O4/lua-reactivex", build = function(plugin) vim.uv.fs_symlink(plugin.dir, plugin.dir .. "/lua", { dir = true }) end, }, ``` This way you don't need to create...