vim: add (commented) vim themes plugs

pull/6/head
bretello 2022-02-07 21:12:30 +01:00
parent 8689c25815
commit 9d2a3d99bd
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -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' }