diff --git a/docs/configuration/recipes.md b/docs/configuration/recipes.md index 80cceca794..e6849d9fd5 100644 --- a/docs/configuration/recipes.md +++ b/docs/configuration/recipes.md @@ -152,6 +152,8 @@ Important: make sure not to add prettier to null-ls, otherwise this won't work! client.server_capabilities.documentFormattingProvider = true elseif client.name == "tsserver" then client.server_capabilities.documentFormattingProvider = false + elseif client.name == "vtsls" then + client.server_capabilities.documentFormattingProvider = false end end) end,