From 86a15ded7cf23617f20bf11221fb77a6bbecf5a2 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 19 May 2024 08:24:25 +0200 Subject: [PATCH] update --- init.lua | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 38dfc41..c282065 100644 --- a/init.lua +++ b/init.lua @@ -121,7 +121,15 @@ require("lazy").setup({ }, { 'nvim-lualine/lualine.nvim', - opts = {}, + opts = { + sections = { + lualine_c = { + function() + return require('lsp-progress').progress() + end, + }, + } + }, dependencies = { 'nvim-tree/nvim-web-devicons' } }, { @@ -156,7 +164,11 @@ require("lazy").setup({ "dstein64/nvim-scrollview", "sindrets/diffview.nvim", 'nvim-lua/plenary.nvim', - 'nvim-pack/nvim-spectre' + 'nvim-pack/nvim-spectre', + { + 'linrongbin16/lsp-progress.nvim', + opts = {} + } }) require 'nvim-treesitter.configs'.setup({