format with stylua

This commit is contained in:
2024-06-06 23:56:11 +02:00
parent d57eca961d
commit ae5b5fd06b
57 changed files with 994 additions and 989 deletions

View File

@@ -1,5 +1,4 @@
return
{
return {
'catppuccin/nvim',
name = 'catppuccin',
lazy = true,
@@ -63,7 +62,7 @@ return
['@namespace'] = { fg = colors.red },
['@function.builtin'] = { link = 'Function' },
['@property'] = { fg = colors.pink },
Macro = { fg = colors.rosewater }
Macro = { fg = colors.rosewater },
}
end,
},
@@ -100,5 +99,5 @@ return
})
vim.cmd('colorscheme catppuccin')
end,
enabled = true
enabled = true,
}