summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-08-01 18:14:39 -0400
committerChris <[email protected]>2021-08-01 18:14:39 -0400
commit94fda1e939f493024a10f5e12ab1609ba178f1e6 (patch)
treeb52967bfbe305ccc41ffddb5dd46897eaefb2c58
parent611f502104d17567654f1a6d747cf728163746ce (diff)
no more default stylua
-rw-r--r--lua/default-config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index bf09a1f6..e008f93c 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -657,7 +657,7 @@ lvim.lang = {
formatters = {
{
-- @usage can be stylua or lua_format
- exe = "stylua",
+ exe = "",
args = {},
},
},