From 7ac939b4280d901ac127c728198926b731e12825 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Sep 2023 07:22:58 +0100 Subject: [PATCH] feat(nvim): re-add lualine-lsp-progress --- after/plugin/lualine.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua index 7c0d419..6fb446b 100644 --- a/after/plugin/lualine.lua +++ b/after/plugin/lualine.lua @@ -6,4 +6,10 @@ require("lualine").setup { section_separators = { left = "", right = "" }, theme = "catppuccin", }, + + sections = { + lualine_c = { + "lsp_progress", + }, + }, }