Commit Graph

60 Commits (4bf1a9ee29a4d9abeef7fab6b72ce4338d15d881)

Author SHA1 Message Date
Buddy Sandidge 4bf1a9ee29 Add dockerfile syntax
Buddy Sandidge 8ea3754920 Add unicode shortcuts to vim config
Buddy Sandidge c462d9f503 Update CoffeeScript plugin
Buddy Sandidge 315bf7b0ae Add use strict javascript snippet
Buddy Sandidge 39cb19029f Update html snippets
Buddy Sandidge 2941ef9389 Update vimrc, easier vimrc edit, .md is markdown, no yaml syntax
Buddy Sandidge adc2013f93 Add html and scss snippets
Buddy Sandidge fa8e4da157 Add python shebang snippet
Buddy Sandidge f31f585645 Update all vim plugins
Buddy Sandidge 3c6bebf9ec Update golang vim plugin
Buddy Sandidge a6a8901f19 Update vim config
- Add CoffeeScript Compile vim shortcut
 - Add CoffeeScript snippets
 - Add Python snippets
 - Fix typo
 - Remove deprecated setting
Buddy Sandidge 99bcaa5161 Revert "Add fuzzyfinder and l9 vim plugin"
This reverts commit 5c59049b07926e0fd085c64810eb3801843a699e.
Buddy Sandidge 1e7f85b56a Update plugins to latest versions
Buddy Sandidge 70226d4412 Add timeout snippet for coffee files
Buddy Sandidge 6bfe918ef6 Add fuzzyfinder and l9 vim plugin
* l9 is required for fuzzyfinder
* l9 came from http://www.vim.org/scripts/script.php?script_id=3252
Buddy Sandidge 32203297f6 Make self calling function snippet ignore scf from plugin
Buddy Sandidge 5b3bfd7950 Update ultisnips
Buddy Sandidge 37184ed3d6 Add custom snippets
Buddy Sandidge 08cb031340 Add solarized vim theme
Buddy Sandidge da6bd518bc Add custom php snippets to use as an example
Buddy Sandidge 8b13316a50 Remove snipmate plugin, replace it with ultisnips
Buddy Sandidge 4f562ded77 Add editorconfig plugin
Buddy Sandidge 3dc9d40bad Set vim syntastic to 3.0.0
Buddy Sandidge 9873b9e319 Update syntastic
Buddy Sandidge 6b8981bbc9 Add literate-coffeescript plugin for vim
Buddy Sandidge a8b0e992b7 Add html settings for vim
Buddy Sandidge a39aef383e Add config file for python
Buddy Sandidge b4efebb063 Add mustache confit file
Buddy Sandidge d5367798ed Add json bundle to avoid jshint issues
Buddy Sandidge 28c2be1a35 Update vim settings
Buddy Sandidge ee0e9d636a Remove instant markdown vim plugin
Buddy Sandidge ff75033816 Set ruby to 2 spaces instead of tabs
Buddy Sandidge 4f86869504 Include golang vim plugin
Buddy Sandidge c96dc61112 Set javascript vim settings to two spaces instead of tabs
Buddy Sandidge 1815f3d896 Add vim bundle for less
Buddy Sandidge 08a4a746da Add improved javascript syntax plugin
Used https://github.com/vim-scripts/JavaScript-syntax
todo: take a look at https://github.com/8bitDesigner/JavaScript-syntax
Buddy Sandidge 6d5ca731ed Set up JavaScript to use 2 spaces at work and 4 on my own
Buddy Sandidge 1971ab2dbd Add vim settings for coffee settings, use 2 spaces
Buddy Sandidge dd441bc82e Add haml settings for 2 spaces
Buddy Sandidge cbf4f03071 Add php settings
Buddy Sandidge 8f396a3d3c Add scss syntax plugin
https://github.com/cakebaker/scss-syntax.vim.git
Buddy Sandidge 6121f6656f Add cute-pyton plugin
https://github.com/ehamberg/vim-cute-python.git
Buddy Sandidge 12922c889a Add taglist plugin
https://github.com/vim-scripts/taglist.vim
Buddy Sandidge 6f396b5ba0 Add desert vim color theme
Buddy Sandidge f87a27dd10 Add jade plugin
https://github.com/digitaltoad/vim-jade
Buddy Sandidge 66d216bc64 Add stylus plugin
https://github.com/wavded/vim-stylus.git
Buddy Sandidge 088b60ede5 Add instant markdown plugin
https://github.com/suan/vim-instant-markdown

[sudo] gem install redcarpet pygments.rb
[sudo] npm -g install instant-markdown-d
Buddy Sandidge 1625418cb1 Add syntastic plugin to vim
https://github.com/scrooloose/syntastic.git
Buddy Sandidge aaa46622da Add coffee-script plugin
https://github.com/kchmck/vim-coffee-script
Buddy Sandidge 8eb89125e5 Add html5 plugin to vim
https://github.com/othree/html5.vim