Gonzalo8642 / vimrc

My personal vimrc configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

My personal vimrc configuration

VimScreenshot.png

Install

  1. Introduction:

    Installation requires Git and triggers git clone for each configured repository to ~/.vim/bundle/ by default. Curl is required for search.

    If you are using Windows, go directly to Windows setup. If you run into any issues, please consult the FAQ. See Tips for some advanced configurations.

    Using non-POSIX shells, such as the popular Fish shell, requires additional setup. Please check the FAQ.

  2. Set up Vundle:

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  3. Download .vimrc

    git clone https://github.com/Gonzalo8642/vimrc.git
    mv ~/.vimrc ~/.vimrc.old   #Save current vimrc settings 
    cd vimrc                   #Change into vimrc directory
    cp .vimrc ~/.vimrc         #Copy my vimrc into your home dir
    
  4. Install Plugins:

    Launch vim and run :PluginInstall

    To install from command line: vim +PluginInstall +qall

About

My personal vimrc configuration


Languages

Language:Vim Script 100.0%