docs: typo in init.lua (#2365)

This commit is contained in:
Pablo
2024-01-21 16:10:18 -03:00
committed by GitHub
parent c433ea7aa8
commit 37107cf2fc

View File

@ -94,7 +94,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")