Skip to main content
  1. Posts/

My Vim Configuration

Customized Vim setup for efficient development workflow

··33 words·1 min
Table of Contents

Hey guys, just wanted to share my current VIM settings.

vim configuration

Installation #

Copy the vimrc file to ~/.vimrc
Install Vundle from https://github.com/VundleVim/Vundle.vim with:

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

Run vim +PluginInstall +qall

Enjoy 😉
https://github.com/dansku/vimrc