Skip to content
forked from mentos/vimfiles

My Vim configuration, colorschemes, etc

Notifications You must be signed in to change notification settings

cbabalis/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimfiles

A collection of plugins and configuration for (g)Vim that I've come up so far.

New installation

In case you haven't set up vim run the execute commands:

$ ~ git clone https://github.com/mentos/vimfiles ~/.vim
$ ~ cd ~/.vim
$ ~ bash bootstrap

The bootstrap files contains the following commands:

$ ~ curl -LSso ./autoload/pathogen.vim https://tpo.pe/pathogen.vim
$ ~ ln -s ~/.vim/vimrc ~/.vimrc
$ ~ git submodule update --init

Now you can vim or gvim on your terminal and enjoy this configuration.

Existing installation

Before you move on and install these vimfile it would be nice if you backed up your existing configuration first. You can do so with:

$ mv ~/.vimrc{,.bak}
$ mv ~/.vim{,.bak}

Now in case you don't like what this configuration provides you can revert to your old configuration.

About

My Vim configuration, colorschemes, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 94.6%
  • Shell 5.4%