add catpucin to luaLine

This commit is contained in:
Sakooooo 2023-08-08 21:25:30 +03:00
parent a578131d99
commit 0fdf8a2c8f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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,
}, },
}, },
}, },
}) })