Compare commits

...

2 Commits

Author SHA1 Message Date
af6f0cbaeb Merge pull request 'Lualine Addition' (#15) from lualine-addition into main
Reviewed-on: #15
2024-08-02 18:51:24 +00:00
33c11fde16 Lualine Addition
Added in the lualine plugin with the palenight theme selected.
2024-08-02 14:50:35 -04:00

View File

@@ -0,0 +1,10 @@
return {
"nvim-lualine/lualine.nvim",
config = function()
require('lualine').setup({
options = {
theme = 'palenight'
}
})
end
}