Skip to content

Instantly share code, notes, and snippets.

@carlo-colombo
Created October 28, 2016 07:00
Show Gist options
  • Select an option

  • Save carlo-colombo/0780985be18d2f4f1b269067bfe1df5e to your computer and use it in GitHub Desktop.

Select an option

Save carlo-colombo/0780985be18d2f4f1b269067bfe1df5e to your computer and use it in GitHub Desktop.
My vim
:set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<,space:·
:set list
"let NERDTreeIgnore=['\.vim$', '\~$']
let g:ctrlp_custom_ignore = '\v[\/](node_modules|deps|_build)|(\.(swp|ico|git|svn))$'
Plug 'elixir-lang/vim-elixir'
Plug 'tpope/vim-fugitive'
Plug 'mbbill/undotree'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment