This commit is contained in:
Jaroslaw Konik 2026-02-16 08:55:32 +01:00
parent 32d0b39709
commit bb18a1eac1

View file

@ -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'
})