Fixing some things
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user