Sign inSign up

fedeg/python-vim

By fedeg

•Updated almost 9 years ago

Docker vim editor for python with configuration (autocomplete, fuzzy finder, debugger, ...)

Image
13

10K+

fedeg/python-vim repository overview

⁠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.6.3):

⁠Python 2 (2, 2.7, 2.7.12):

⁠Installation instructions:

A simple bash alias

alias python-vim='docker run -it --rm -v $(pwd):/src --workdir /src fedeg/python-vim:latest'
⁠Install for specific python version:

Change docker image tag

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

Tag summary

Content type

Image

Digest

Size

301.4 MB

Last updated

almost 9 years ago

docker pull fedeg/python-vim