diff options
| author | subh <subh@subh.space> | 2026-04-04 10:34:46 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-04-04 10:34:46 +0530 |
| commit | 92811eb6050c2f2971c6ab8998b18d448ded35a0 (patch) | |
| tree | 356e3fecdf88cb6728f6df5222733e1aa8547ec2 /.vim/plugins.vim | |
| parent | 314d760de1922128124f2a9be0494fd4f6f7effb (diff) | |
Departure from catppuccin to gruvboxmain
Diffstat (limited to '.vim/plugins.vim')
| -rw-r--r-- | .vim/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim index a59933f..4b26afd 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -15,7 +15,7 @@ function! s:ensure(repo) execute 'set runtimepath+=' . fnameescape(path) endfunction -call s:ensure('ghifarit53/tokyonight-vim') +call s:ensure('sainnhe/gruvbox-material') call s:ensure('junegunn/fzf') call s:ensure('junegunn/fzf.vim') call s:ensure('itchyny/lightline.vim') |
