mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-15 00:21:35 +09:00
13 lines
218 B
Lua
13 lines
218 B
Lua
return {
|
|
'nvim-lualine/lualine.nvim',
|
|
config = function()
|
|
require('lualine').setup({
|
|
options = {
|
|
icons_enabled = true,
|
|
theme = 'auto'
|
|
}
|
|
})
|
|
end
|
|
}
|
|
|