Added rake.vim, like rails.vim but for any project with a rakefile

This commit is contained in:
yan
2012-05-07 23:55:28 -07:00
parent b879e053b3
commit 7ec7e3c34c
3 changed files with 5 additions and 0 deletions

View File

@@ -418,6 +418,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* tComment - gcc to comment a line, gcp to comment blocks, nuff said
* sparkup - div.foo#bar - hit `ctrl-e`, expands into `<div class="foo" id="bar"/>`, and that's just the beginning
* rails.vim - syntax highlighting, gf (goto file) enhancements, and lots more. should be required for any rails dev
* rake.vim - like rails.vim but for non-rails projects. makes `:Rtags` and other commands just work
* ruby.vim - lots of general enhancements for ruby dev
* necomplcache - intelligent and fast complete as you type, and added Command-Space to select a completion (same as Ctrl-N)
* snipMate - offers textmate-like snippet expansion + scrooloose-snippets . try hitting TAB after typing a snippet