Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 823 Bytes

Readme.md

File metadata and controls

32 lines (20 loc) · 823 Bytes

.Vim

vim-screenshot

My vim configuration for writing code and prose.

My terminal is Kitty and GUI editor is MacVim

How to Install?

This project uses plug for plugin management so we will first need to install plug and then update all the plugins. In order to install the latest version, just run this curl or wget script and it will setup the vim for you.

curl:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/vinitkumar/.vim/master/install.sh)"

wget:

sh -c "$(wget https://raw.githubusercontent.com/vinitkumar/.vim/master/install.sh)"

Purpose

This config is meant for one purpose only and that is speed and accuracy. The plugins are restricted to a mininum.

This config is based on the vimrc of @antirez's gist for his vimrc.