From 3c9c00c714d77ffc802543abeff60942d96312f6 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:58:50 -0300 Subject: [PATCH] vim: change colorscheme and add language support --- .vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index f4b9cd7..9a9aeaf 100644 --- a/.vimrc +++ b/.vimrc @@ -19,15 +19,15 @@ set guifont=Fira\ Code\ Regular\ 11 call plug#begin() -Plug 'https://github.com/ap/vim-css-color' -Plug 'https://github.com/cocopon/iceberg.vim' +Plug 'romgrk/doom-one.vim' +Plug 'sheerun/vim-polyglot' set encoding=UTF-8 call plug#end() set background=dark -:colorscheme iceberg +:colorscheme doom-one " --- Just Some Notes --- " :PlugClean :PlugInstall