Fixing some things

This commit is contained in:
Chris
2025-05-06 07:18:21 +01:00
parent 3ba111e55c
commit ed622165b8
3 changed files with 19 additions and 11 deletions

View File

@@ -242,12 +242,20 @@ return {
},
},
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
capabilities = {
documentFormattingProvider = true,
documentRangeFormattingProvider = true,
},
},
volar = {
on_attach = function(client, bufnr)
client.server_capabilities.documentFormattingProvider = false
end,
capabilities = {
documentFormattingProvider = true,
documentRangeFormattingProvider = true,
},
},
phpactor = {