aboutsummaryrefslogtreecommitdiff
path: root/vim/autocmd.vim
Commit message (Collapse)AuthorAgeFilesLines
* vim: call goimports on save properly.Miquel Sabaté2014-11-141-3/+0
| | | | | Apparently vim-go has added this settings in which you can tell him which gofmt to be called on save. So no more crappy autocmd there :)
* vim: use setlocal instead of set.Miquel Sabaté2014-10-061-9/+9
|
* vim: properly set noexpandtab for Go and PHP.Miquel Sabaté2014-10-061-2/+2
|
* vim: use 4 spaces for PHP.Miquel Sabaté2014-10-061-1/+1
|
* vim: added a filetype rule for shell scripts.Miquel Sabaté2014-09-101-0/+1
|
* vim: all the calls to autocmd are now in a separate file.Miquel Sabaté2014-08-291-0/+19