feat(nvim): added extensions to lualine

This commit is contained in:
Sergio Laín 2023-12-04 23:42:51 +01:00
parent c92f0f598f
commit d5c62facd0
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -9,6 +9,18 @@ return {
opts.sections.lualine_a = { { "mode", icon = "" } }
opts.sections.lualine_y = { { "progress", separator = " ", padding = { left = 1, right = 1 } } }
opts.sections.lualine_z = { { "location", padding = { left = 1, right = 1 } } }
opts.extensions = {
"lazy",
"man",
"mason",
"nvim-dap-ui",
"overseer",
"quickfix",
"toggleterm",
"trouble",
"neo-tree",
"symbols-outline",
}
end,
keys = {
{