diff options
author | christianchiarulli <[email protected]> | 2021-06-27 15:31:33 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-27 15:31:33 -0400 |
commit | c1c8cd600c01ad17b8ec3a6aba9e37ec186a148e (patch) | |
tree | de395f7bb231571ccceeb3cfc526e3057bdcc747 /lua/lsp | |
parent | 5ff06a4b748dae7a1c62bbc7120c02f208e58598 (diff) |
more speed
Diffstat (limited to 'lua/lsp')
-rw-r--r-- | lua/lsp/efm-general-ls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lsp/efm-general-ls.lua b/lua/lsp/efm-general-ls.lua index 01bc3eed..24bdde23 100644 --- a/lua/lsp/efm-general-ls.lua +++ b/lua/lsp/efm-general-ls.lua @@ -29,7 +29,7 @@ end local lua_arguments = {} local luaFormat = { - formatCommand = "lua-format -i --no-keep-simple-function-one-line --column-limit=120", + formatCommand = "lua-format -i --no-keep-simple-function-one-line --column-limit=80", formatStdin = true } |