Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created July 15, 2020 19:12
Show Gist options
  • Save remlapmot/4c134fae0defc3a16d35c4523cc5cc39 to your computer and use it in GitHub Desktop.
Save remlapmot/4c134fae0defc3a16d35c4523cc5cc39 to your computer and use it in GitHub Desktop.
Vim config file
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
@remlapmot
Copy link
Author

remlapmot commented Jul 16, 2020

  • Once plug() commands added to .vimrc execute them with in vim :PlugInstall
  • then reload .vimrc, either by closing and reopening vim or if .vimrc open in vim with :source %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment