Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
raba-jp committed Jul 7, 2023
1 parent db5dd9a commit 6c7f09a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion home/features/neovim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,14 @@ return {
},
},
lualine_y = {
{ "progress", separator = "", padding = { left = 1, right = 0 } },
{
"diagnostics",
source = { "nvim-lsp" },
symbols = { error = "", warn = "", info = "" },
},
},
lualine_z = {
{ "progress", separator = "", padding = { left = 1, right = 0 } },
{ "location", padding = { left = 0, right = 1 } },
},
},
Expand Down

0 comments on commit 6c7f09a

Please sign in to comment.