This commit is contained in:
asep komarudin 2023-02-25 09:08:10 +07:00
parent b054c3c93a
commit 1ebe332c0b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,6 @@
local m = {
lspreg = {
"yamlls",
"jdtls",
"intelephense",
"marksman",
"csharp_ls",

View file

@ -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 },