vim/lualine: add extensions
This commit is contained in:
parent
4d7ed2a0af
commit
dc0516f38f
1 changed files with 4 additions and 1 deletions
|
@ -161,7 +161,10 @@ local config = function()
|
||||||
'fugitive',
|
'fugitive',
|
||||||
'quickfix',
|
'quickfix',
|
||||||
'nvim-tree',
|
'nvim-tree',
|
||||||
}
|
'lazy',
|
||||||
|
'man',
|
||||||
|
'trouble',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue