Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jamescherti/vim-pythonmodeindent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-pythonmodeindent

The Vim plugin will improved your Python indentation (based on python-mode indent plugin).

Requirements

Vim >= 7.3

How to install

Installation with Vim's built-in package manager (Vim 8 and above)

As of Vim 8 there is an officially supported way of adding plugins. See :tab help packages in vim for details.

mkdir -p ~/.vim/pack/jamescherti/start
cd ~/.vim/pack/jamescherti/start
git clone https://github.com/jamescherti/vim-pythonmodeindent.git
cd vim-pythonmodeindent

Installation with a third-party plugin manager

You can also install this Vim plugin with any third-party plugin manager such as Pathogen or Vundle.

License

Licensed under a GNU lesser general public license.

About

Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%