Folke Lemaitre

Results 961 comments of Folke Lemaitre

> Minimal repro: > > ```lua > local first_buf = vim.api.nvim_get_current_buf() > local float_buf = vim.api.nvim_create_buf(false, false) > vim.api.nvim_open_win(float_buf, false, { relative = "editor", width = 5, height = 5,...

@will you can use this template to create a minimal repro for Noice: https://github.com/folke/noice.nvim/wiki/Minimal-%60init.lua%60-to-Reproduce-an-Issue

@lewis6991 do you have a packer compiled file lingering around? What is the error you get?

Not live yet, but you'll be able to do this :) ![image](https://user-images.githubusercontent.com/292349/209230297-80dbc896-a6e2-4daf-a6cd-3aec700e4088.png)

The user should only use this format if the module obviously has a `setup()` method.

https://github.com/folke/lazy.nvim/commit/2a7b0047dd25f543b147b692fe100e1b2d88ffb2

fyi: for `tokyonight` in your example you dont actually need to run setup if you want to use the default settings.

for headless install you can do `nvim --headless "+Lazy! sync" +qa` as is mentioned in the docs. You can also use the API and pass in `wait=true` to wait till...

### 📆 User Events The following user events will be triggered: - **LazyDone**: when lazy has finished starting up and loaded your config - **LazySync**: after running sync - **LazyInstall**:...