mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 19:28:59 +02:00
docs: typo in init.lua (#2365)
This commit is contained in:
parent
c433ea7aa8
commit
37107cf2fc
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ return {
|
||||||
-- setup autoformat
|
-- setup autoformat
|
||||||
Util.format.register(Util.lsp.formatter())
|
Util.format.register(Util.lsp.formatter())
|
||||||
|
|
||||||
-- deprectaed options
|
-- deprecated options
|
||||||
if opts.autoformat ~= nil then
|
if opts.autoformat ~= nil then
|
||||||
vim.g.autoformat = opts.autoformat
|
vim.g.autoformat = opts.autoformat
|
||||||
Util.deprecate("nvim-lspconfig.opts.autoformat", "vim.g.autoformat")
|
Util.deprecate("nvim-lspconfig.opts.autoformat", "vim.g.autoformat")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue