✨ feat(nvim): added extensions to lualine
This commit is contained in:
parent
c92f0f598f
commit
d5c62facd0
1 changed files with 12 additions and 0 deletions
|
@ -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 = {
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue