/vimconfig

A vim config which can be used for syntax highlighting, indentation and code linting.

Primary LanguageVim script

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