diff options
author | Chris <[email protected]> | 2021-08-01 18:14:39 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-08-01 18:14:39 -0400 |
commit | 94fda1e939f493024a10f5e12ab1609ba178f1e6 (patch) | |
tree | b52967bfbe305ccc41ffddb5dd46897eaefb2c58 | |
parent | 611f502104d17567654f1a6d747cf728163746ce (diff) |
no more default stylua
-rw-r--r-- | lua/default-config.lua | 2 |
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 = {}, }, }, |