This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-29 00:11:07 -05:00
parent 66c32e98f5
commit 01eb2153e8
11 changed files with 41 additions and 237 deletions

View file

@ -1,5 +1,12 @@
local test = function ()
return "test 123"
end
return {
"nvim-lualine/lualine.nvim",
dependencies = {
"RingOfStorms/lualine-lsp-progress",
},
opts = {
options = {
theme = "codedark",
@ -9,10 +16,10 @@ return {
sections = {
lualine_a = {'mode'},
lualine_b = {'branch', 'diff', 'diagnostics'},
lualine_c = {'filename'},
lualine_c = {'filename', "lsp_progress", test},
lualine_x = {'encoding', 'filetype', 'filesize'},
lualine_y = {'searchcount', 'selectioncount'},
lualine_z = {'location'},
},
}
},
}