vim: add nvim-tree extension to lualine
This commit is contained in:
parent
df1cb09467
commit
93137dfd3e
1 changed files with 5 additions and 1 deletions
|
@ -107,7 +107,11 @@ local config = function()
|
||||||
|
|
||||||
inactive_sections = sections,
|
inactive_sections = sections,
|
||||||
|
|
||||||
extensions = { 'fugitive', 'quickfix' }
|
extensions = {
|
||||||
|
'fugitive',
|
||||||
|
'quickfix',
|
||||||
|
'nvim-tree',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue