jhjin / vim-torch-snipmate

torch snipmate for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-torch-snipmate

torch snipmate for Vim.
This repo mainly provides Torch keywords highlighting and snippets specifically for Torch.

Installation

If you are using Vundle plugin management for Vim, just put in your ~/.vimrc file:

Bundle 'jakezhaojb/vim-torch-snipmate'

And execute ":BundleInstall", then all set!

Usage

For example, you'll no longer need to type "SpatialMaxPooling". Instead, use "sp + <tab>" to get "SpatialMaxPooling" on the screen and further type in the arguments. "<tab>" is used to move from one to another. Similar features are supported for other operations.

Others

I have lots of other Vim plugins, if you're interested, check out: Jake's dotfile.

TODO

Add more!

About

torch snipmate for Vim


Languages

Language:Vim Script 100.0%