Skip to content

rlms/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vim setup

My Vim setup. Currently optimized for Python 3, with some consideration for HTML and JavaScript.

Plugins used:

  • nerdcommenter
  • rainbow parentheses
  • snipmate
  • syntastic
  • fugitive
  • repeat
  • surround

and the solarized colour scheme.

It also contains my vimrc, which doesn't have anything interesting in yet.

Installation

This repo is organized based on this vimcast. To install on linux, do this:

$ cd ~
$ git clone https://github.com/sweeneyrod/vim.git ~/.vim
$ cd ~/.vim
$ git submodule init
$ git submodule update
$ ln -s ~/.vim/vimrc ~/.vimrc

Todo

Add links to README. Update vimrc to have more shortcuts. Add automatic installation scripts.

About

My vim setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published