Created
October 28, 2016 07:00
-
-
Save carlo-colombo/0780985be18d2f4f1b269067bfe1df5e to your computer and use it in GitHub Desktop.
My vim
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 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))$' |
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
| 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