add catpucin to luaLine
This commit is contained in:
parent
a578131d99
commit
0fdf8a2c8f
|
@ -1,14 +1,14 @@
|
||||||
require("lualine").setup({
|
require("lualine").setup({
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = "kanagawa",
|
theme = "catppuccin",
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {
|
lualine_a = {
|
||||||
{
|
{
|
||||||
"filename",
|
"filename",
|
||||||
path = 1,
|
path = 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue