diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 20d60a5a..ac45a76d 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -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() diff --git a/snapshots/default.json b/snapshots/default.json index 2b4c676a..ea93c3c3 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -62,8 +62,8 @@ "nlsp-settings.nvim": { "commit": "2a52e79" }, - "null-ls.nvim": { - "commit": "0010ea9" + "none-ls.nvim": { + "commit": "b8fd44e" }, "nvim-autopairs": { "commit": "f6c7164"