diff options
Diffstat (limited to 'lua/lspconfig.lua')
| -rw-r--r-- | lua/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig.lua b/lua/lspconfig.lua index 9c1ef7e3..3382259f 100644 --- a/lua/lspconfig.lua +++ b/lua/lspconfig.lua @@ -9,7 +9,7 @@ local M = { ---@class Alias ---@field to string The new name of the server ---@field version string The version that the alias will be removed in ----@field inconfig? boolean need shown in lspinfo +---@field inconfig? boolean should display in healthcheck (`:checkhealth lspconfig`) local aliases = { ['fennel-ls'] = { to = 'fennel_ls', |
