mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(none-ls): automatically migrate null-ls to none-ls
This commit is contained in:
parent
e7f925ff04
commit
d5132b51bc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue