mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
6 lines
95 B
Lua
6 lines
95 B
Lua
require('lualine').setup {
|
|
options = {
|
|
icons_enabled = true,
|
|
theme = 'onedark'
|
|
}
|
|
}
|