From cda8c3c0a0d51deeaab1a015c88b2cef7415c709 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 21 Jun 2018 18:45:35 +0300 Subject: [PATCH] some color themes experiments, again --- vimplugins | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimplugins b/vimplugins index 04e8df7..92c9979 100644 --- a/vimplugins +++ b/vimplugins @@ -25,6 +25,10 @@ Plug 'nanotech/jellybeans.vim' Plug 'tomasr/molokai' Plug 'whatyouhide/vim-gotham' +Plug 'NLKNguyen/papercolor-theme' +Plug 'dracula/vim' +Plug 'jacoborus/tender.vim' + " syntax highlight plugins Plug 'sheerun/vim-polyglot'