robinxavier17 / vim-config

The vim configuration files I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title Created
Bill's Customized Vim Configuration
2016 Sep 23

Solarized Colorscheme for Vim

Developed by Ethan Schoonover es@ethanschoonover.com

Installation

Colorscheme installation

  1. Move solarized.vim to your .vim/colors directory:

    $ mv solarized.vim ~/.vim/colors/
    

Vimrc File

    $ mv vimrc ~/.vimrc

Put the following two lines in your .vimrc:

syntax enable
set background=dark
colorscheme solarized

or, for the light background mode of Solarized:

syntax enable
set background=light
colorscheme solarized

About

The vim configuration files I use


Languages

Language:Vim Script 100.0%