vim/lualine: add extensions

This commit is contained in:
Fernando Schauenburg 2023-08-08 03:29:05 +02:00
parent 4d7ed2a0af
commit dc0516f38f

View file

@ -161,7 +161,10 @@ local config = function()
'fugitive', 'fugitive',
'quickfix', 'quickfix',
'nvim-tree', 'nvim-tree',
} 'lazy',
'man',
'trouble',
},
} }
end end