format with stylua
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user