Commit Graph

8 Commits (437b858bd4d9e9bfb1ee8fe038e78ad114208fdd)

Author SHA1 Message Date
Buddy Sandidge 437b858bd4 Auto run go fmt on go code in vim on save
Buddy Sandidge 28c2be1a35 Update vim settings
Buddy Sandidge 50be14282f Add vim shortcut to trim trailing whitespace: <leader>ts
Buddy Sandidge c05bce46f5 Fix issue with yank/paste in vim when inside tmux on os x
There might be an issue when using yank/paste in tmux on other
platforms. By might, I mean probably.
Buddy Sandidge c16ceb0b6c Add settings for nerdtree and jshint
Buddy Sandidge 52a5db38ac Add 80 column limit and force COMMIT_EDITMSG as gitcomit filetype
Buddy Sandidge aae7f0aac3 Update how pathogen is called
Now uses pathogen#infect()
Buddy Sandidge 0e926f0e66 Add my current vimrc file