Remove formatting disable, see https://github.com/LazyVim/LazyVim/discussions/6228
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
vim.api.nvim_create_autocmd("LspAttach", {
|
||||
callback = function(args)
|
||||
local client = vim.lsp.get_client_by_id(args.data.client_id)
|
||||
-- Disable volar formatting
|
||||
if client and client.name == "volar" then
|
||||
client.server_capabilities.documentFormattingProvider = false
|
||||
client.server_capabilities.documentRangeFormattingProvider = false
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
Reference in New Issue
Block a user