github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

husio / vim-configuration

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 4
    • 0
  • Source
  • Commits
  • Network (0)
  • Downloads (0)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

complete vim configuration that I'm using — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

yankring plugin update to v100 
Piotr Husiatyński (author)
Sun Jan 31 22:28:59 -0800 2010
commit  bbf470f045834aed04f5f35bebcc148b2a415026
tree    01a147813878062ba2c87b4195ddf2bb45ef48c5
parent  ec2e5cd4322c71b053f2be2c48adb6afad3daa45
vim-configuration /
name age
history
message
file README.markdown Sat Sep 19 23:18:48 -0700 2009 README update [Piotr Husiatyński]
directory after/ Mon Jul 13 13:19:09 -0700 2009 snipMate update [Piotr Husiatyński]
directory autoload/ Mon Jul 13 13:19:09 -0700 2009 snipMate update [Piotr Husiatyński]
directory colors/ Wed Dec 09 10:49:16 -0800 2009 new pyflakes added [Piotr Husiatyński]
directory compiler/ Sat Jun 13 02:24:47 -0700 2009 + cscope info added * C snippets change - tagli... [Piotr Husiatyński]
directory doc/ Sun Jan 31 22:28:59 -0800 2010 yankring plugin update to v100 [Piotr Husiatyński]
directory ftplugin/ Sun Jan 31 22:28:59 -0800 2010 yankring plugin update to v100 [Piotr Husiatyński]
directory indent/ Sat Sep 26 15:03:15 -0700 2009 fixed indent for javascript [Piotr Husiatyński]
directory plugin/ Sun Jan 31 22:28:59 -0800 2010 yankring plugin update to v100 [Piotr Husiatyński]
directory snippets/ Sun Aug 23 04:21:57 -0700 2009 cleanup * unused plugins/snippets removed * ... [Piotr Husiatyński]
directory syntax/ Loading commit data...
file vimrc Sun Jan 31 22:28:33 -0800 2010 vimrc basic configuration update [Piotr Husiatyński]
README.markdown

Installation:

Install additional apps:

Required apps are:

  • Vim >= 7.1 with Python support
  • grep, fgrep, egrep, agrep, find, xargs

Make old Vim configuration backup

If you have old Vim configuration, make backup first:

$ mv ~/.vim ~/.vim_old
$ mv ~/.vimrc ~/.vimrc_old

Clone and install

Then, clone my files to ~/.vim and make symlink to ~/.vim/vimrc:

$ git clone git://github.com/husio/vim-configuration.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc

Even more features you may want to know

Ctags & Python

How to use ctags with python projects? First of all, generate tags file:

$ cd myproject
$ find . -name "*.py" | xargs ctags -a

Done. Now :tag <name> will goto that name, same as C^] g with cursor on some name. More info :h Exuberant_ctags

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server