Skip to content

gtpedrosa/dotvim

Repository files navigation

Vim Config Files

My Vim setup. It consists essentially of pieces of code I stumbled upon the web and managed to put together. It aims to provide an integrated python development ambient and make LaTeX editing super fast.

Table of Contents

Installation

Windows

  1. Download VIM from [1].
  2. Download GIT (allow call from cmd) from: [2].
  3. Copy curl to:
C:\Program Files\Git\cmd\
  1. Copy repository:
git clone git://github.com/brodroll/dotvim.git %userprofile%\vimfiles
  1. Create symlinks:
mklink %userprofile%\_vimrc %userprofile%\vimfiles\_vimrc
  1. Install vundle:
git clone https://github.com/gmarik/Vundle.vim.git %userprofile%/vimfiles/bundle/Vundle.vim
  1. Update plugins:
:PluginInstall
:PluginUpdate

Linux

  1. Download GIT:
$ apt-get install git
  1. Clone vimfiles repository:
git clone git://github.com/brodroll/dotvim.git ~/vimfiles
  1. Create symlinks:
$ln -s ~/vimfiles/vimrc ~/.vimrc
$ln -s ~/vimfiles/gvimrc ~/.gvimrc
  1. Install Vundle:
git clone https://github.com/gmarik/Vundle.vim.git ~/vimfiles/bundle/Vundle.vim
  1. Update plugins:
:PluginInstall
:PluginUpdate

Troubleshooting

GVim Warning

To ignore the shell warnings, add to .bashrc file:

alias gvim="gvim 2>/dev/null"

About

vim dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published