Browse Source

change formatter to exe

christianchiarulli 4 năm trước cách đây
mục cha
commit
f30158d3e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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