As the title says, when updating to a2e235e it breaks the with keyword when using the null-ls integration.
Failed to run `config` for null-ls.nvim
...ot/Users/datwaft/.config/nvim.lazy/fnl/conf/lsp/init.lua:69: attempt to call field 'with' (a nil value)
# stacktrace:
- ~/.cache/nvim/hotpot/Users/datwaft/.config/nvim.lazy/fnl/conf/lsp/init.lua:69 _in_ **config**
- ~/.config/nvim.lazy/init.lua:78
As the title says, when updating to a2e235e it breaks the
with
keyword when using the null-ls integration.Here is the important code snippet:
It is in Fennel but if you need I can translate it to Lua.