From 1ebe332c0bb950c652841525dd84e62905c0af2f Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Sat, 25 Feb 2023 09:08:10 +0700 Subject: [PATCH] update --- lua/custom/register_lsp.lua | 1 - lua/user/lualine.lua | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 },