2011-03-01から1ヶ月間の記事一覧

snipmate.vim

vim

% git clone git://github.com/msanders/snipmate.vim.git % cd snipmate.vim % cp -R * ~/.vim snipmate-snippets % git clone https://github.com/akitaonrails/snipmate-snippets.git % cd snipmate-snippets % rake install

ack.vim : Plugin for the Perl module / CLI script 'ack'

vim

インストール #MacOS X % sudo port install p5-app-ack #Ubuntu % sudo apt-get install ack-grep % git clone https://github.com/mileszs/ack.vim.git % cd ack.vim % rake install vim上にて :helptags ~/.vim/doc github https://github.com/mileszs/ac…

matchit.zip : extended % matching for HTML, LaTeX, and many other languages

vim

unzip ~/Downloads/matchit.zip cp -r doc plugin ~/.vim

Align : Help folks to align text, eqns, declarations, tables, etc

vim

install details 1. You'll need to have plugins enabled: in your home directory, have at least the following two lines in your .vimrc file: set nocp filetype plugin on 2. Using vim 7.1 or later: vim Align.vba.gz :so % :q