nvim: Update lualine config
This commit is contained in:
parent
3dffd94315
commit
9decd546d3
@ -3,12 +3,13 @@ return {
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
config = function(_, opts)
|
||||
local lualine = require("lualine")
|
||||
local lazy_status = require("lazy.status") -- to configure lazy pending updates count
|
||||
|
||||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
lualine.setup(opts)
|
||||
end,
|
||||
opts = {
|
||||
extensions = { "nvim-tree" },
|
||||
options = {
|
||||
theme = "onedark",
|
||||
@ -29,6 +30,5 @@ return {
|
||||
"diagnostics",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user