mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
update
This commit is contained in:
parent
b054c3c93a
commit
1ebe332c0b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
local m = {
|
||||
lspreg = {
|
||||
"yamlls",
|
||||
"jdtls",
|
||||
"intelephense",
|
||||
"marksman",
|
||||
"csharp_ls",
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue