8 lines
194 B
Lua
8 lines
194 B
Lua
---@brief
|
|
---
|
|
--- Renamed to [systemd_lsp](#systemd_lsp)
|
|
|
|
vim.deprecate('systemd_ls', 'systemd_lsp', '2.0.0', 'nvim-lspconfig', false)
|
|
|
|
---@type vim.lsp.Config
|
|
return vim.lsp.config.systemd_lsp
|