Explorar el Código

change formatter to exe

christianchiarulli hace 4 años
padre
commit
f30158d3e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/lsp/init.lua

+ 1 - 1
lua/lsp/init.lua

@@ -131,7 +131,7 @@ function lsp_config.tsserver_on_attach(client, bufnr)
 
     -- formatting
     enable_formatting = O.lang.tsserver.autoformat,
-    formatter = O.lang.tsserver.formatter,
+    formatter = O.lang.tsserver.formatter.exe,
     formatter_config_fallback = nil,
 
     -- parentheses completion