From 9506ae35c9061d7a0f4a91caf8244b764a2a8fba Mon Sep 17 00:00:00 2001 From: Olivia Kinnear Date: Sun, 4 Jan 2026 11:04:24 -0600 Subject: fix(systemd_ls): fix broken deprecation --- lsp/systemd_ls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/systemd_ls.lua b/lsp/systemd_ls.lua index 7d9f975e..9bea0665 100644 --- a/lsp/systemd_ls.lua +++ b/lsp/systemd_ls.lua @@ -5,4 +5,4 @@ vim.deprecate('systemd_ls', 'systemd_lsp', '2.0.0', 'nvim-lspconfig', false) ---@type vim.lsp.Config -return vim.lsp.config.systemd_ls +return vim.lsp.config.systemd_lsp -- cgit v1.3.1