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