Skip to content

bulkan/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim settings

These are settings for vim which I mainly use for editing python code in.

I've installed the following plugins

  1. L9, which provides some utility functions and commands for programming in Vim
  2. tpope/vim-fugitive, git support
  3. hallison/vim-markdown, Markdown support
  4. ervandew/supertab, Tab completion
  5. FuzzyFinder
  6. scrooloose/nerdtree
  7. scrooloose/nerdcommenter
  8. scrooloose/nerdtree, file browser support
  9. kien/ctrlp.vim, opens files
  10. leshill/vim-json, json support
  11. vim-ruby/vim-ruby, Ruby
  12. pangloss/vim-javascript, Javascript
  13. itspriddle/vim-jquery, Jquery support
  14. python.vim, Python
  15. django.vim & django_templates.vim
  16. nvie/vim-flake8, flake8 python linter

Installation instructions

  1. Backup You problably should back up your current settings some where and delete the current folder first, e.g.

    mv ~./vim ~/.vim_back_up
  2. Download the code

    git clone git://github.com/bulkan/dotvim.git ~/.vim
    git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  3. Optionally

    cd ~/.vim; sudo pip install -r requirements.txt

  4. Create a symlink, if it doesn't already exist

    ln -s ~/.vim/vimrc ~/.vimrc
  5. Install 3rd party plugins

    vim +BundleInstall

About

Vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published