Skip to content

Instantly share code, notes, and snippets.

View estevaoam's full-sized avatar
🤖

Estevão Mascarenhas estevaoam

🤖
View GitHub Profile
@estevaoam
estevaoam / keybase.md
Created March 22, 2017 16:27
keybase.md

Keybase proof

I hereby claim:

  • I am estevaoam on github.
  • I am estevao (https://keybase.io/estevao) on keybase.
  • I have a public key ASB1bvIS0nVxy9Mfk8Xd_IWU0w_khB-N8QlacxL3DLzcwwo

To claim this, I am signing this object:

@estevaoam
estevaoam / init.vim
Last active September 16, 2019 09:07
My init.vim file
" Set 'nocompatible' to ward off unexpected things that your distro might
" have made, as well as sanely reset options when re-sourcing .vimrc
set nocompatible
" Install plugins with vim-plug https://github.com/junegunn/vim-plug
" Reload and runs :PlugInstall to install plugins
call plug#begin('~/.local/share/nvim/plugged')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }