Use catppuccin theme

This commit is contained in:
Anthony Oteri
2023-04-25 13:01:50 -04:00
parent 57c7ab7716
commit d4e9ce2a7c
6 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
let g:airline_theme = 'gruvbox'
let g:airline_theme = 'catppuccin'
let g:airline_powerline_fonts = 1
let g:airline_skip_empty_sections = 1