[submodule "vim/bundle/vim-togglelist"]
path = vim/bundle/vim-togglelist
url = https://github.com/milkypostman/vim-togglelist
+[submodule "vim/bundle/editorconfig-vim"]
+ path = vim/bundle/editorconfig-vim
+ url = https://github.com/editorconfig/editorconfig-vim.git
+[submodule "vim/bundle/snes-syntax-vim"]
+ path = vim/bundle/snes-syntax-vim
+ url = git@github.com:ARM9/snes-syntax-vim.git
+[submodule "vim/bundle/vim-swift"]
+ path = vim/bundle/vim-swift
+ url = git@github.com:kballard/vim-swift.git
" make Python follow PEP8 ( http://www.python.org/dev/peps/pep-0008/ )
au FileType python set softtabstop=4 tabstop=4 shiftwidth=4 textwidth=79
+" snes syntax highlighting
+au BufNewFile,BufRead *.asm,*.s set filetype=snes"
+
" allow backspacing over everything in insert mode
set backspace=indent,eol,start