nvim: null-ls: set the temporary directory

This commit is contained in:
Oliver Davies 2023-01-30 22:05:32 +00:00
parent a68a460131
commit 17b8a7c815

View file

@ -33,4 +33,5 @@ null_ls.setup {
diagnostics.phpstan, diagnostics.phpstan,
diagnostics.shellcheck, diagnostics.shellcheck,
}, },
temp_dir = "/tmp",
} }