Skip to content
Sample Vim configuration files which enable Python autocomplete with virtualenv support, file structure tree (NERDTree), fuzy file and buffer finder and many more...
Branch: master
Clone or download
Pull request Compare This branch is 14 commits behind mr-mierzejewski:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
README.md
local.vim.sample
projects.vim
screenshot_findfile.png
screenshot_goyomode.png
screenshot_python.png
vimrc

README.md

Vim configuration file

This is my Vim configuration files.

Installation

The first of all make sure you have installed Vim version 7.4 or higher.

Fetch the Vim source files from GitHub repository:

$ git clone git://github.com/zenzire/vim.git ~/.vim

Install Vundle (Vim package manager):

$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Run vim and type the following command (to fetch all plugins):

:BundleInstall

And that's all...

Screenshot

Fuzzy find file (CTRL+F)

Fuzzy find file

Goyo mode (CTRL+M)

Goyo Mode

Python autocomplete (CTRL+space)

Python autocomplete

Features

  • Vundle
  • NERDTree (F7)
  • Tags (F8)
  • Find file (CTRL+F)
  • Find buffer (CTRL+B)
  • Goyo mode (CTRL+M)
  • Python autocomplete with virtualenv support

Changes

  • 2014-Jan-17 - Added Goyo Mode
  • 2014-Jan-14 - Initial version
You can’t perform that action at this time.