vim: add nvim-tree extension to lualine

This commit is contained in:
Fernando Schauenburg 2022-02-09 17:37:20 +01:00
parent df1cb09467
commit 93137dfd3e

View file

@ -107,7 +107,11 @@ local config = function()
inactive_sections = sections,
extensions = { 'fugitive', 'quickfix' }
extensions = {
'fugitive',
'quickfix',
'nvim-tree',
}
}
end