configure catppuccin theme

This commit is contained in:
Nick Burt 2023-12-14 21:37:51 -06:00
parent 71503c529d
commit c033a705ce
3 changed files with 21 additions and 9 deletions

View file

@ -1,5 +1,5 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
-- Theme
{ 'catppuccin/nvim', name='catppuccin', priority = 1000 },
}