feat(null-ls)!: use none-ls instead of null-ls (#1517)

* FEATURE: use none-ls instead of null-ls

Fixes #1516

* fix(none-ls): automatically migrate null-ls to none-ls

* feat(config): show warning if user config contains renamed references

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
Ahmed W
2023-09-29 04:52:45 -05:00
committed by GitHub
parent 274649e923
commit 7cac6f064c
9 changed files with 18 additions and 8 deletions

View File

@ -205,7 +205,7 @@ return {
-- formatters
{
"jose-elias-alvarez/null-ls.nvim",
"nvimtools/none-ls.nvim",
event = { "BufReadPre", "BufNewFile" },
dependencies = { "mason.nvim" },
opts = function()