diff --git a/lua/custom/register_lsp.lua b/lua/custom/register_lsp.lua index 4a1fdd0..41fde74 100644 --- a/lua/custom/register_lsp.lua +++ b/lua/custom/register_lsp.lua @@ -3,7 +3,6 @@ local m = { lspreg = { "yamlls", - "jdtls", "intelephense", "marksman", "csharp_ls", diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index a6da13c..4c666ac 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -201,7 +201,8 @@ lualine.setup({ sections = { lualine_a = { branch }, lualine_b = { mode }, - lualine_c = { diagnostics, lsp_info, "lsp_progress" }, + lualine_c = { diagnostics, lsp_info }, + -- lualine_c = { diagnostics, lsp_info, "lsp_progress" }, -- lualine_c = { file_name, lsp_info }, -- lualine_x = { "encoding", "fileformat", "filetype" }, lualine_x = { diff, spaces, "encoding", filetype },