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

This commit is contained in:
Folke Lemaitre 2023-09-28 22:39:50 +02:00
parent e7f925ff04
commit d5132b51bc
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -79,6 +79,8 @@ local defaults = {
M.renames = { M.renames = {
["windwp/nvim-spectre"] = "nvim-pack/nvim-spectre", ["windwp/nvim-spectre"] = "nvim-pack/nvim-spectre",
["jose-elias-alvarez/null-ls.nvim"] = "nvimtools/none-ls.nvim",
["null-ls.nvim"] = "none-ls.nvim",
} }
---@type LazyVimConfig ---@type LazyVimConfig