dotfiles/home/.config/nvim/lua/plugins/lualine.lua

8 lines
95 B
Lua
Raw Normal View History

2022-09-08 23:12:49 +03:00
return function()
require('lualine').setup {
options = {
theme = 'pywal-nvim'
}
}
end