ソースを参照

change formatter to exe

christianchiarulli 4 年 前
コミット
f30158d3e3
1 ファイル変更1 行追加1 行削除
  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