From 6c7f09ad3c173c4c357f49da81f9631dac703cbc Mon Sep 17 00:00:00 2001 From: Hiroki Sakuraba Date: Fri, 7 Jul 2023 18:31:45 +0900 Subject: [PATCH] Update --- home/features/neovim/lua/plugins/ui.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/features/neovim/lua/plugins/ui.lua b/home/features/neovim/lua/plugins/ui.lua index 0465a709..d8e41035 100644 --- a/home/features/neovim/lua/plugins/ui.lua +++ b/home/features/neovim/lua/plugins/ui.lua @@ -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 } }, }, },