Linus4 / vim

My .vim directory including colorschemes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim

My .vim directory including colorschemes.

How to manage plugins since vim8.

Installation

  1. clone the repository to a folder named '.vim' in your user-directory
  2. symlink ln -s ~/.vim/.vimrc ~/.vimrc
  3. run 'git submodule init'
  4. run 'git submodule update'

Need to install gvim on fedora in order to use truecolors (for colorscheme onedark) and access to the X clipboard.

Add the following to .bashrc :

alias vim="gvim -v"

Light colorscheme

To use a light colorscheme (for a presentation):

colo hemisu
set background=light

About

My .vim directory including colorschemes


Languages

Language:Vim Script 100.0%