mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 19:55:10 +02:00
change formatter to exe
This commit is contained in:
parent
700c6a3071
commit
f30158d3e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue