nandigama / .vim

My Vim setup and configuration under version control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

clone the repo in your home directory

git clone https://github.com/anthdm/.vim

create a symlink for the .vimrc file

ln -s ~/.vim/.vimrc .vimrc

install Plug (dependency manager)

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

open vim and enter the following command to install all plugings

:PlugInstall

enjoy!

About

My Vim setup and configuration under version control.


Languages

Language:Vim Script 76.0%Language:Jupyter Notebook 24.0%