Skip to content

Commit f619467

Browse files
committed
fix: show backtrace from deprecate() call
ref 1f7fbc3 ref #4095
1 parent 3a274c3 commit f619467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lspconfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function mt:__index(k)
8383
'vim.lsp.config (see :help lspconfig-nvim-0.11)',
8484
'v3.0.0',
8585
'nvim-lspconfig',
86-
false
86+
true
8787
)
8888
end
8989

0 commit comments

Comments
 (0)