set theme catppuccin

This commit is contained in:
Jon Karlsen 2024-02-27 09:07:25 +01:00
parent d5ccc42377
commit 851b861b6b
No known key found for this signature in database
GPG key ID: 12FB4C6E898EBB59
2 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,7 @@ require('lazy').setup({
-- NOTE: First, some plugins that don't require any configuration
{ 'echasnovski/mini.animate', version = false },
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
-- Git related plugins
'tpope/vim-fugitive',
@ -992,5 +993,7 @@ cmp.setup {
},
}
vim.cmd.colorscheme "catppuccin"
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et