Skip to content

Instantly share code, notes, and snippets.

@jeffpamer
Created February 22, 2015 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffpamer/b60387a405f84defc881 to your computer and use it in GitHub Desktop.
Save jeffpamer/b60387a405f84defc881 to your computer and use it in GitHub Desktop.
Basic vim-projectionist mappings for WT React project layouts
{
"client/src/js/actions/*.js": {"type": "action", "alternate": "client/src/js/stores/{}.js"},
"client/src/js/stores/*.js": {"type": "store", "alternate": "client/src/js/actions/{}.js"},
"client/src/js/components/*.js": {"type": "component"},
"client/src/js/views/*.js": {"type": "view"},
"client/src/js/mixins/*.js": {"type": "mixin"},
"README.md": {"type": "doc"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment