diff options
author | not <[email protected]> | 2021-07-15 10:18:36 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-15 15:18:36 +0000 |
commit | 9ed28bce9631c5d540b32f8106973d84d487bcd7 (patch) | |
tree | e86a5d244db0f98fff9b57dda988dffd99034249 /lua/lang/sh.lua | |
parent | 1d675b8360ffe1cf570399edc556d78c9dabc51b (diff) |
[Feature] Hide formatter.nvim tempfiles (#955)
Diffstat (limited to 'lua/lang/sh.lua')
-rw-r--r-- | lua/lang/sh.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lang/sh.lua b/lua/lang/sh.lua index b7cb7548..28c857d5 100644 --- a/lua/lang/sh.lua +++ b/lua/lang/sh.lua @@ -25,6 +25,7 @@ M.format = function() exe = O.lang.sh.formatter.exe, args = O.lang.sh.formatter.args, stdin = not (O.lang.sh.formatter.stdin ~= nil), + tempfile_prefix = ".formatter", } end, } |