Folke Lemaitre

Results 960 comments of Folke Lemaitre

This would break if no registries are present. It's also the recommended way https://github.com/williamboman/mason.nvim?tab=readme-ov-file#registries

Thanks for the PR! However, we're not interested in adding this as it adds a dependency on the `nvim-window-picker` plugin. LazyVim already has built-in window picking functionality via `Snacks.picker.util.pick_win()` which...

removed the example, fixed the order of the author arg and merged. ty!

Add the below to your `autocmds.lua`: ```lua vim.api.nvim_create_autocmd("TermOpen", { callback = function(ev) vim.keymap.set("t", "", "", { buffer = ev.buf, nowait = true }) end, }) ```

This was removed on purpose, see https://github.com/LazyVim/LazyVim/pull/3556 @mehalter any idea why op's screenshots are different when loading them?

I don't really use DAP often. So the line should be removed again?

Thank you for this PR, but I'm not interested in adding this.