Skip to content

Commit

Permalink
chore(none-ls): add option to suppress warning (#1186)
Browse files Browse the repository at this point in the history
* chore(none-ls): add option to suppress warning

* chore(none-ls): upstream typo

Signed-off-by: Charles Chiu <charleschiu@hey.com>

---------

Signed-off-by: Charles Chiu <charleschiu@hey.com>
  • Loading branch information
CharlesChiuGit authored Feb 28, 2024
1 parent fc1017b commit 0c12c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/modules/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ completion["joechrisellis/lsp-format-modifications.nvim"] = {
lazy = true,
event = "LspAttach",
}
vim.g.nonels_suppress_issue58 = false
completion["nvimtools/none-ls.nvim"] = {
lazy = true,
commit = "f81edad87bc6c1a4e675e8e97b22a62939ad4ade",
commit = "793c6071621814c61a14c24cdb43e9badd88f0af",
event = { "CursorHold", "CursorHoldI" },
config = require("completion.null-ls"),
dependencies = {
Expand Down

0 comments on commit 0c12c22

Please # to comment.