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,
|
end,
|
||||||
pattern = format_filetypes,
|
pattern = format_filetypes,
|
||||||
group = group,
|
group = group,
|
||||||
nested = true,
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue