mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update init.lua
This commit is contained in:
parent
879e29504d
commit
5a9545ee14
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,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
Reference in a new issue