Created
July 15, 2020 19:12
-
-
Save remlapmot/4c134fae0defc3a16d35c4523cc5cc39 to your computer and use it in GitHub Desktop.
Vim config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set guifont=Fira\ Code:h9 | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'kristijanhusak/vim-hybrid-material' | |
| call plug#end() | |
| set background=dark | |
| colorscheme hybrid_material | |
| :set lines=50 columns=125 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plug()commands added to .vimrc execute them with in vim:PlugInstall.vimrc, either by closing and reopening vim or if.vimrcopen in vim with:source %