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