vinitkumar / .vim

My vim dotfiles for python, go and javascript development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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.

About

My vim dotfiles for python, go and javascript development


Languages

Language:Python 81.6%Language:Vim Script 18.2%Language:PowerShell 0.1%Language:Shell 0.0%