style: fix comment typo

This commit is contained in:
Zhizhen He 2023-10-28 20:04:42 +08:00 committed by GitHub
parent 4b758c40c0
commit b280662e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ return {
-- setup autoformat
Util.format.register(Util.lsp.formatter())
-- deprectaed options
-- deprecated options
if opts.autoformat ~= nil then
vim.g.autoformat = opts.autoformat
Util.deprecate("nvim-lspconfig.opts.autoformat", "vim.g.autoformat")