Skip to content

Commit 0c12c22

Browse files
chore(none-ls): add option to suppress warning (#1186)
* chore(none-ls): add option to suppress warning * chore(none-ls): upstream typo Signed-off-by: Charles Chiu <[email protected]> --------- Signed-off-by: Charles Chiu <[email protected]>
1 parent fc1017b commit 0c12c22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/modules/plugins/completion.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ completion["joechrisellis/lsp-format-modifications.nvim"] = {
3434
lazy = true,
3535
event = "LspAttach",
3636
}
37+
vim.g.nonels_suppress_issue58 = false
3738
completion["nvimtools/none-ls.nvim"] = {
3839
lazy = true,
39-
commit = "f81edad87bc6c1a4e675e8e97b22a62939ad4ade",
40+
commit = "793c6071621814c61a14c24cdb43e9badd88f0af",
4041
event = { "CursorHold", "CursorHoldI" },
4142
config = require("completion.null-ls"),
4243
dependencies = {

0 commit comments

Comments
 (0)