Lualine Addition
Added in the lualine plugin with the palenight theme selected.
This commit is contained in:
10
nvim/dot-config/nvim/lua/plugins/lualine.lua
Normal file
10
nvim/dot-config/nvim/lua/plugins/lualine.lua
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"nvim-lualine/lualine.nvim",
|
||||||
|
config = function()
|
||||||
|
require('lualine').setup({
|
||||||
|
options = {
|
||||||
|
theme = 'palenight'
|
||||||
|
}
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user