Skip to content

Instantly share code, notes, and snippets.

View guilhermefmotta's full-sized avatar

Guilherme Motta guilhermefmotta

View GitHub Profile
@guilhermefmotta
guilhermefmotta / init.vim
Last active April 9, 2020 20:34
vim personal config
syntax on
set encoding=UTF-8
set guifont=DroidSansMono\ Nerd\ Font:h11
set guifont=DroidSansMono_Nerd_Font:h11
set nowrap " do not automatically wrap on load
set formatoptions-=t " do not automatically wrap text when typing
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')