From bb18a1eac1ddf37dfab7d95fac1d2559d67877d8 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 16 Feb 2026 08:55:32 +0100 Subject: [PATCH] update --- init.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/init.lua b/init.lua index 1ab7792..143ed4e 100644 --- a/init.lua +++ b/init.lua @@ -248,11 +248,15 @@ require("lazy").setup({ 'nvim-lualine/lualine.nvim', opts = { sections = { - lualine_c = { - function() - return require('lsp-progress').progress() - end, + lualine_b = { }, + lualine_c = { + { + 'filename', + path = 3, + } + }, + lualine_x = { 'encoding', 'fileformat', 'filetype', 'lsp_status', 'diagnostics', 'branch' }, } }, dependencies = { 'nvim-tree/nvim-web-devicons' } @@ -296,10 +300,6 @@ require("lazy").setup({ live_update = true } }, - { - 'linrongbin16/lsp-progress.nvim', - opts = {} - }, { "cappyzawa/trim.nvim", opts = {} }, 'rhaiscript/vim-rhai' })