From 9d2a3d99bdd71726c62be7218be0684e30f2ce3a Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 7 Feb 2022 21:12:30 +0100 Subject: [PATCH] vim: add (commented) vim themes plugs --- vim/plugs.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index fbbd996..0f174da 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -11,6 +11,9 @@ call plug#begin('~/.vim/vim-plug') Plug 'tpope/vim-sensible' " Colorscheme Plug 'https://github.com/morhetz/gruvbox' +"Plug 'kristijanhusak/vim-hybrid-material' +"Plug 'https://github.com/rafi/awesome-vim-colorschemes' + " Csv files 🤦" Plug 'https://github.com/mechatroner/rainbow_csv', { 'for': 'csv' }