mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
No commits in common. "bb27d93433339727016880b3275992217afcfdaa" and "00e8c77b23d6f9bfadc1a8cb561ab2d6bae35cf5" have entirely different histories.
bb27d93433
...
00e8c77b23
@ -127,10 +127,6 @@ require("lualine").setup {
|
|||||||
spell,
|
spell,
|
||||||
color = { fg = "black", bg = "#a7c080" },
|
color = { fg = "black", bg = "#a7c080" },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"diagnostics",
|
|
||||||
sources = { "nvim_diagnostic" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
"encoding",
|
"encoding",
|
||||||
@ -144,11 +140,13 @@ require("lualine").setup {
|
|||||||
},
|
},
|
||||||
"filetype",
|
"filetype",
|
||||||
},
|
},
|
||||||
lualine_y = {
|
lualine_y = { "progress" },
|
||||||
"location",
|
|
||||||
"progress",
|
|
||||||
},
|
|
||||||
lualine_z = {
|
lualine_z = {
|
||||||
|
"location",
|
||||||
|
{
|
||||||
|
"diagnostics",
|
||||||
|
sources = { "nvim_diagnostic" },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
trailing_space,
|
trailing_space,
|
||||||
color = "WarningMsg",
|
color = "WarningMsg",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user