Switch vim theme to catppuccin_mocha
This commit is contained in:
@@ -14,11 +14,12 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
||||
call plug#begin('~/.vim/plugged')
|
||||
|
||||
Plug 'jcherven/jummidark.vim'
|
||||
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
|
||||
Plug 'tpope/vim-sensible'
|
||||
|
||||
call plug#end()
|
||||
|
||||
syntax enable
|
||||
colorscheme jummidark
|
||||
colorscheme catppuccin_mocha
|
||||
|
||||
set tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab
|
||||
set tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab termguicolors
|
||||
Reference in New Issue
Block a user