mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
vim: change colorscheme and add language support
This commit is contained in:
parent
0edd3efabd
commit
3c9c00c714
6
.vimrc
6
.vimrc
@ -19,15 +19,15 @@ set guifont=Fira\ Code\ Regular\ 11
|
|||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
||||||
Plug 'https://github.com/ap/vim-css-color'
|
Plug 'romgrk/doom-one.vim'
|
||||||
Plug 'https://github.com/cocopon/iceberg.vim'
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
|
||||||
set encoding=UTF-8
|
set encoding=UTF-8
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
:colorscheme iceberg
|
:colorscheme doom-one
|
||||||
|
|
||||||
" --- Just Some Notes ---
|
" --- Just Some Notes ---
|
||||||
" :PlugClean :PlugInstall
|
" :PlugClean :PlugInstall
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user