kylo252
kylo252
closing this as there's nothing to do really from the client side 😞
Replaced by #3161
Should be now fixed in rolling after switching to illuminate.
Should be now fixed in rolling after switching to illuminate.
fixed since #3041
this has changed in #2592 you can add this to your `config.lua` ```lua pcall(vim.api.nvim_del_augroup_by_name, "_format_options") ```
> Packer snapshots are integrated in core it's more of a manual process, since the snapshot updates the plugins serially... :disappointed: > git fetch is optimized quite well now. it's...
duplicate of https://github.com/LunarVim/lunarvim.org/issues/252
@benediktms, is this still an issue?
> For me it is still reproducible. I'm working around this issue by setting up my formatters and linters with `null-ls` directly, instead of using Lvims null-ls abstraction (via `lvim.lsp.null-ls`)...