pencilpix / vim

personal vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIMRC

it's my .vimrc that makes vim configured for Frontend development.

INSTALLATION:

  1. clone or download this repo and add .vimrc to your ~/.vimrc or use the command bellow to map the path of cloned .vimrc to the default of vim in home
ln -s  ~/path/to/repo/on/your/machine/.vimrc ~/.vimrc
  1. install junegunn/vim-plug:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. open Vim then run the next command
:PlugInstall

and that will install all plugins registered in .vimrc

About

personal vim settings


Languages

Language:Vim Script 100.0%