Skip to content

Commit

Permalink
chore(none-ls): pin none-ls to the correct commit to allows the sup…
Browse files Browse the repository at this point in the history
…pression option to work properly (#1187)
  • Loading branch information
csyJoy authored Feb 28, 2024
1 parent 0c12c22 commit 9979df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9979df9

Please # to comment.