nvim: null-ls: set the temporary directory
This commit is contained in:
parent
a68a460131
commit
17b8a7c815
|
@ -33,4 +33,5 @@ null_ls.setup {
|
||||||
diagnostics.phpstan,
|
diagnostics.phpstan,
|
||||||
diagnostics.shellcheck,
|
diagnostics.shellcheck,
|
||||||
},
|
},
|
||||||
|
temp_dir = "/tmp",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue