enable lualine extensions

This commit is contained in:
2024-12-10 21:59:48 -05:00
parent 3e90273767
commit 1695a7fd87
+2 -2
View File
@@ -276,7 +276,7 @@ return {
lualine_z = {},
},
inactive_winbar = {},
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason' },
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason', 'fugitive', 'oil' },
})
end,
}
}