Skip to content

tanarurkerem/drupal-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

/**
 * Vim snippets for Drupal 7
 */

REQUIRED

  pathogen https://github.com/tpope/vim-pathogen
  snipMate fork made by garbas https://github.com/garbas/vim-snipmate

INSTALL

  clone repo in to the ~/.vim/bundle directory

     cd ~/.vim/bundle
     git clone git://github.com/tanarurkerem/drupal-snippets.git

USAGE

 - Type hook_HOOKNAME<tab> for annotated snippets, and h_HOOKNAME<tab> for the non-annotated versions.
 - Most snippets include multiple <tab> placemarks.

INFO

 - Included: All 330+ Drupal 7 hooks
 - Missing: Other functions

About

Vim snippets for Drupal 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%