Commit Graph

37 Commits (6f00c3e9b1e5bbc87cefc67f66eb2ee9296b88a3)

Author SHA1 Message Date
Buddy Sandidge 6f00c3e9b1 Ignore .swp files in nerdtree with vim, add .cap file as ruby
Buddy Sandidge 7a80b14548 Update Plug packages in vimrc
Buddy Sandidge e0c3b9b3de Add typescript autogroup for .ts files
Buddy Sandidge f607a9349d update vim and i3 config
Buddy Sandidge c30df7de97 Add typescript vim plugin
Buddy Sandidge 3751043294 Goodbye pathogen
Buddy Sandidge 4dbddfd21a change color-column to 81 to fix off by one error
Buddy Sandidge 7a5394bee5 Show current line number in vim
Buddy Sandidge 75e6ebc65c remove yajs
Buddy Sandidge b751504e8f add .js.flow as JavaScript file for
Buddy Sandidge f2791f437d Update vimrc for ALE instead of syntastic
Buddy Sandidge 2957d5bb95 Remove unused vim bundles
Buddy Sandidge 167102bee4 Configure vim-go
Buddy Sandidge 25f6602d6d Prevent vim plugin warning
Buddy Sandidge 4eca14fc2d Update js and json syntatic checkers
Buddy Sandidge f6a2895a8e Update listchars to _ to be friendly to fonts without '𝅔'
Buddy Sandidge 2687c162cc Change tab symbol
Buddy Sandidge 08fb929646 Ignore .pyc in nerdtree, use jshint for syntastic
Buddy Sandidge da65a68b8c Remove html checker for syntastic
Buddy Sandidge 02c38feec7 Comment out folding rules for vim
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