summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-11 18:31:00 +0430
committerGitHub <[email protected]>2021-07-11 10:01:00 -0400
commit427482bea5667c513324a62e5ae2971eaa530156 (patch)
treedef4e08cc210d60b21a7542096aab4a27b5e6d2d
parenta7fb9115861a4aef65b47d470574ce0ef45c4502 (diff)
if you open a file from telescope, you won't have file not found issues with prettier (#879)
-rw-r--r--lua/default-config.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index f2996d53..0b3cb05e 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -262,6 +262,7 @@ O = {
formatter = {
exe = "prettier",
args = { "--stdin-filepath", vim.api.nvim_buf_get_name(0), "--single-quote" },
+ stdin = false,
},
},
terraform = {},