Update init.lua

This commit is contained in:
Pablo 2024-01-16 19:35:13 -03:00 committed by GitHub
parent 879e29504d
commit 5a9545ee14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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")