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