From 9ed28bce9631c5d540b32f8106973d84d487bcd7 Mon Sep 17 00:00:00 2001 From: not Date: Thu, 15 Jul 2021 10:18:36 -0500 Subject: [Feature] Hide formatter.nvim tempfiles (#955) --- lua/lang/php.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lang/php.lua') diff --git a/lua/lang/php.lua b/lua/lang/php.lua index d10e45e4..0451b1b8 100644 --- a/lua/lang/php.lua +++ b/lua/lang/php.lua @@ -31,6 +31,7 @@ M.format = function() exe = O.lang.php.formatter.exe, args = O.lang.php.formatter.args, stdin = not (O.lang.php.formatter.stdin ~= nil), + tempfile_prefix = ".formatter", } end, } -- cgit v1.2.3