null-ls is being archived

Open link in next tab

IMPORTANT: Archiving null-ls · Issue #1621 · jose-elias-alvarez/null-ls.nvim

https://github.com/jose-elias-alvarez/null-ls.nvim/issues/1621

I’ve been struggling to find the time and energy to maintain null-ls, especially since I no longer use Neovim as my primary editor. I’m not confident about my ability to adapt the plugin to 0.10 an...

IMPORTANT: Archiving null-ls · Issue #1621 · jose-elias-alvarez/null-ls.nvim
Sign in to add comment

Bummer. It's a key part of my config.

Sad to hear this as null-ls is a main part of my config. Curious to hear what alternatives are there? I have seen this recommended by some people:

https://github.com/mfussenegger/nvim-lint

https://github.com/nvimtools/none-ls.nvim

null-ls.nvim Reloaded, maintained by the community.

Good for him, I personally think null-ls should be a core functionality rather than a plugin.

Totally. Developing against internal APIs is always a pain and it takes a special kind of motivation to keep a project like this alive for as long as he has.

I can understand the core team as well though. Doing what null-ls is kind a nice in principle, but 90% of what people is it for can be done differently without hooking deep into the LSP client like that. I get why they don't want to commit to opening those APIs for what seems to be mostly niche cases.