style(nvim): run stylua

This commit is contained in:
Oliver Davies 2023-09-04 11:05:13 +01:00
parent c69fd34fab
commit cb8dba24c9
16 changed files with 83 additions and 64 deletions

View file

@ -3,19 +3,19 @@ if not status_ok then
return
end
catppuccin.setup({
catppuccin.setup {
flavour = "macchiato",
integrations = {
cmp = true,
gitsigns = true,
native_lsp = {
enabled = true;
enabled = true,
},
telescope = true,
treesitter = true,
},
term_colors = true,
transparent_background = true,
})
}
vim.cmd.colorscheme "catppuccin"