ihopeit / python-vim

Docker vim editor for python with configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)

Home Page:https://fedeg.github.io/python-vim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-vim

Docker with fisadev vim configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)

Configuration from fisadev/fisa-vim-config, a vim configuration for the modern pythonista.

Installation and documentation

Badges

Python 3 (latest, 3, 3.5, 3.5.2):

Python 2 (2, 2.7, 2.7.12):

Installation instructions:

A simple bash alias

alias python-vim='docker run -it --rm -v $(pwd):/src fedeg/python-vim:latest'

Install for specific python version:

Change docker image tag

Python 3 (latest, 3, 3.5, 3.5.2):
alias python-vim='docker run -it --rm -v $(pwd):/src fedeg/python-vim:3'
Python 2 (2, 2.7, 2.7.12):
alias python-vim='docker run -it --rm -v $(pwd):/src fedeg/python-vim:2'

Use instructions:

python-vim

About

Docker vim editor for python with configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)

https://fedeg.github.io/python-vim/