fix(lsp): don't register autocmd for servers not allowed to format by user config
This commit is contained in:
parent
f833c18b5a
commit
bd108bb7e9
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ function M.on_attach(client, bufnr)
|
|||
end,
|
||||
pattern = format_filetypes,
|
||||
group = group,
|
||||
nested = true,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue