feat(plugins): migrate from null-ls to none-ls (#4392)

This commit is contained in:
Matteo Bigoi 2023-10-31 14:37:30 +00:00 committed by GitHub
parent 77ee5b939f
commit 9dc549a4ed
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ local core_plugins = {
dependencies = "mason.nvim",
},
{ "tamago324/nlsp-settings.nvim", cmd = "LspSettings", lazy = true },
{ "jose-elias-alvarez/null-ls.nvim", lazy = true },
{ "nvimtools/none-ls.nvim", lazy = true },
{
"williamboman/mason.nvim",
config = function()

View file

@ -62,8 +62,8 @@
"nlsp-settings.nvim": {
"commit": "2a52e79"
},
"null-ls.nvim": {
"commit": "0010ea9"
"none-ls.nvim": {
"commit": "b8fd44e"
},
"nvim-autopairs": {
"commit": "f6c7164"