From 9979df98087b883b8d27000ae9f0994b586d9c23 Mon Sep 17 00:00:00 2001 From: foobar <58020450+csyJoy@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:01:19 +0800 Subject: [PATCH] chore(none-ls): pin `none-ls` to the correct commit to allows the suppression option to work properly (#1187) --- lua/modules/plugins/completion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/modules/plugins/completion.lua b/lua/modules/plugins/completion.lua index bc40ca729..b2ba0d3f9 100644 --- a/lua/modules/plugins/completion.lua +++ b/lua/modules/plugins/completion.lua @@ -37,7 +37,7 @@ completion["joechrisellis/lsp-format-modifications.nvim"] = { vim.g.nonels_suppress_issue58 = false completion["nvimtools/none-ls.nvim"] = { lazy = true, - commit = "793c6071621814c61a14c24cdb43e9badd88f0af", + commit = "b4bd764cd1705086de4bd89f7ccf9d9ed0401259", event = { "CursorHold", "CursorHoldI" }, config = require("completion.null-ls"), dependencies = {