aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/lsp_format.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/lsp_format.lua')
-rw-r--r--lua/conform/lsp_format.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conform/lsp_format.lua b/lua/conform/lsp_format.lua
index 6fa9a64..a4f9556 100644
--- a/lua/conform/lsp_format.lua
+++ b/lua/conform/lsp_format.lua
@@ -49,6 +49,7 @@ function M.get_format_clients(options)
method = method,
})
else
+ ---@diagnostic disable-next-line: deprecated
clients = vim.lsp.get_active_clients({
id = options.id,
bufnr = options.bufnr,