Fix typo in project ignoring null-ls

This commit is contained in:
Evie Litherland-Smith 2023-04-20 11:58:46 +01:00
parent 7d6bad1419
commit 654026846a

View file

@ -1,5 +1,5 @@
return { return {
ignore_lsp = { "efm", "null_ls" }, ignore_lsp = { "efm", "null-ls" },
show_hidden = true, show_hidden = true,
silent_chdir = false, silent_chdir = true,
} }