We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b0783 commit a8f497cCopy full SHA for a8f497c
1 file changed
common/.config/nvim/lua/plugins/ui.lua
@@ -18,22 +18,6 @@ return {
18
{ "branch", icon = "" },
19
}
20
21
- local icons = LazyVim.config.icons
22
-
23
- opts.sections.lualine_c = {
24
- LazyVim.lualine.root_dir(),
25
- {
26
- "diagnostics",
27
- symbols = {
28
- error = icons.diagnostics.Error,
29
- warn = icons.diagnostics.Warn,
30
- info = icons.diagnostics.Info,
31
- hint = icons.diagnostics.Hint,
32
- },
33
34
- { LazyVim.lualine.pretty_path() },
35
- }
36
37
opts.sections.lualine_y = { "progress" }
38
opts.sections.lualine_z = { "location" }
39
end,
0 commit comments