feat(nvim): re-add lualine-lsp-progress
This commit is contained in:
parent
dc0463c173
commit
7ac939b428
|
@ -6,4 +6,10 @@ require("lualine").setup {
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
theme = "catppuccin",
|
theme = "catppuccin",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
sections = {
|
||||||
|
lualine_c = {
|
||||||
|
"lsp_progress",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue