Skip to content

Commit

Permalink
fixup: fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir committed Jun 29, 2024
1 parent 677f2d1 commit 34f7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/configs/completion/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return function()
log_level = "warn",
update_in_insert = false,
sources = sources,
default_timeout = require("settings").format_timeout
default_timeout = require("settings").format_timeout,
})

require("completion.mason-null-ls").setup()
Expand Down

0 comments on commit 34f7946

Please sign in to comment.