Commit Graph

17 Commits (aa70b691dbf9ede36441b258e0695da0820c24f8)

Author SHA1 Message Date
Buddy Sandidge d61576640c Update folding for vim
- <space> toggles folding
 - Change vim folding text
Buddy Sandidge 2941ef9389 Update vimrc, easier vimrc edit, .md is markdown, no yaml syntax
Buddy Sandidge a6a8901f19 Update vim config
- Add CoffeeScript Compile vim shortcut
 - Add CoffeeScript snippets
 - Add Python snippets
 - Fix typo
 - Remove deprecated setting
Buddy Sandidge 07343eb095 Enable wildmenu to help search for files in ex mode
Buddy Sandidge 08cb031340 Add solarized vim theme
Buddy Sandidge 4f6b8f4e55 Change tab character in vim to something more os x friendly
Buddy Sandidge db470e03fd Update vimrc and jshintrc so syntastic doesn't give deprecated warning
Buddy Sandidge c352125f85 Remove check for scss, enable css later
Buddy Sandidge fc2dd233fb Remove making json files as JavaScript
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