stuff
This commit is contained in:
parent
66c32e98f5
commit
01eb2153e8
11 changed files with 41 additions and 237 deletions
|
@ -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'},
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue