Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 694 Bytes

Vimrc

My personal vim configuration optimized for Python.

Support Python

your must be verificate support vim to python:

vim --version|grep --color -i python

you're looking +python

Add support python: https://jolthgs.wordpress.com/2016/06/11/install-vim-with-support-for-python

check python with flake8

sudo pip install flake8

check JavaScript with jshint

sudo npm install -g jshint

Quick Start

  • Installation require [Git] and triggers [git clone].

  • Install

    curl -sL https://raw.githubusercontent.com/jolth/vimrc/master/install.sh | bash -

    or

    wget -qO- https://raw.githubusercontent.com/jolth/vimrc/master/install.sh | bash -