From 20baed04d9d62d9f6e87385e43df3847142ba7de Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 14 Sep 2023 23:59:15 +0200 Subject: [PATCH] vim: cleanup plugs --- vim/plugs.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/plugs.vim b/vim/plugs.vim index 3518d01..882cb9f 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -11,8 +11,6 @@ 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' }