From 9dc549a4edd4b79f7f3bcad0e386e490a6a2b952 Mon Sep 17 00:00:00 2001 From: Matteo Bigoi <1781140+crisidev@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:37:30 +0000 Subject: [PATCH] feat(plugins): migrate from `null-ls` to `none-ls` (#4392) --- lua/lvim/plugins.lua | 2 +- snapshots/default.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"