Skip to content

Commit

Permalink
fix: wrong require source.
Browse files Browse the repository at this point in the history
Co-authored-by: jint_lzxy_ <[email protected]>
Signed-off-by: ayamir <[email protected]>
  • Loading branch information
ayamir and Jint-lzxy authored Jun 30, 2024
1 parent 5230dd4 commit 3906da4
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("core.settings").format_timeout,
})

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

0 comments on commit 3906da4

Please sign in to comment.