vim: change colorscheme and add language support

This commit is contained in:
Guilherme Rugai Freire 2021-06-21 21:58:50 -03:00
parent 0edd3efabd
commit 3c9c00c714
No known key found for this signature in database
GPG Key ID: 86DC96AE4AEBC162

6
.vimrc
View File

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