summaryrefslogtreecommitdiff
path: root/.vim/plugins.vim
diff options
context:
space:
mode:
authorsubh <subh@subh.space>2026-04-04 10:34:46 +0530
committersubh <subh@subh.space>2026-04-04 10:34:46 +0530
commit92811eb6050c2f2971c6ab8998b18d448ded35a0 (patch)
tree356e3fecdf88cb6728f6df5222733e1aa8547ec2 /.vim/plugins.vim
parent314d760de1922128124f2a9be0494fd4f6f7effb (diff)
Departure from catppuccin to gruvboxmain
Diffstat (limited to '.vim/plugins.vim')
-rw-r--r--.vim/plugins.vim2
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')