33c11fde16
Added in the lualine plugin with the palenight theme selected.
11 lines
145 B
Lua
11 lines
145 B
Lua
return {
|
|
"nvim-lualine/lualine.nvim",
|
|
config = function()
|
|
require('lualine').setup({
|
|
options = {
|
|
theme = 'palenight'
|
|
}
|
|
})
|
|
end
|
|
}
|