*.swp
*~
.DS_Store
+.netrwhist
[submodule "dotvim/bundle/typescript-vim"]
path = dotvim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
+[submodule "dotvim/bundle/vim-solidity"]
+ path = dotvim/bundle/vim-solidity
+ url = git@github.com:tomlion/vim-solidity.git
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
+
+export PATH="$HOME/.cargo/bin:$PATH"
+export PATH="~/.npm-global/bin:$PATH"
--- /dev/null
+Subproject commit 33753985e7a8c4bda8f8f93a0cc4ea181547becd
set mouse=a
set ttymouse=xterm2
set guioptions-=T
-set guifont=Droid\ Sans\ Mono\ 10
+set guifont=Menlo:h13
map <C-t> :tabnew<cr>
map <C-tab> :tabnext<cr>
au BufWritePost *.py call Flake8()
au BufWritePost *.js :JSHint
au BufWritePost *.ts :TSLint
+au BufWritePost *.go :GoLint
au BufNewFile,BufRead *.dat setlocal noexpandtab
au BufNewFile,BufRead *.jade setlocal noexpandtab