mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 03:08:56 +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 = {
|
local m = {
|
||||||
lspreg = {
|
lspreg = {
|
||||||
"yamlls",
|
"yamlls",
|
||||||
"jdtls",
|
|
||||||
"intelephense",
|
"intelephense",
|
||||||
"marksman",
|
"marksman",
|
||||||
"csharp_ls",
|
"csharp_ls",
|
||||||
|
|
|
@ -201,7 +201,8 @@ lualine.setup({
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { branch },
|
lualine_a = { branch },
|
||||||
lualine_b = { mode },
|
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_c = { file_name, lsp_info },
|
||||||
-- lualine_x = { "encoding", "fileformat", "filetype" },
|
-- lualine_x = { "encoding", "fileformat", "filetype" },
|
||||||
lualine_x = { diff, spaces, "encoding", filetype },
|
lualine_x = { diff, spaces, "encoding", filetype },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue