Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 397 Bytes

vimconfig

A vim config which uses for syntax highlighting, indentation and code linter.

Dependencies :-

  1. Pathogen.
  2. Syntastics.
  3. Pylint.

In case of errors generating such as invalid or trailing characters ^M, that's due to windows style line endings which needs to be made in UNIX style, for that install "dos2unix" package -

$ sudo apt-get install dos2unix

$ dos2unix ~/.vimrc