Folke Lemaitre

Results 961 comments of Folke Lemaitre

> local augroup = vim.api.nvim_create_augroup("SetGUISettings", { clear = true }) @fredizzimo why don't you just trigger a user event like `NeovideSettings` right before you want to display a window? That...

I think most people use the `UIEnter` event more as a way to execute code after all `VimEnter` event handlers have executed (and when a UI is available), since there's...

Just to clarify. `UIEnter` will possibly be called before `VimEnter`. What happens when a plugin defines an autocmd on `UIEnter` after it has already fired? Would its callback automatically get...

Feel free to make a PR to add that specific keymap

I just pushed a fix that still uses `ffi`, but now always forces a `int64_t` for `time_t`, which should work in all situations. Would be great if you could test...

Those git urls `git://github.com/neovim/neovim.git` are not valid. Should be just `https` or any other git supported url format.

This has been addressed in commit c210439! ## Your Request You wanted a `resumable` option to prevent certain pickers (like explorer with `auto_close`) from overriding the last opened picker when...