Skip to content

Docker nvim editor for python with configuration (lot of python, autocompletition, fuzzy finder, debugger, ...) https://fedeg.github.io/python-nvim/

Notifications You must be signed in to change notification settings

CPorat/python-nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-nvim

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

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

Installation and documentation

Badges

Python 3 (latest, 3, 3.6, 3.6.3):

Installation instructions:

A simple bash alias

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

Install for specific python version:

Change docker image tag

Python 3 (latest, 3, 3.6, 3.6.3):
alias python-nvim='docker run -it --rm -v $(pwd):/src --workdir /src fedeg/python-nvim:3'

Use instructions:

python-nvim

About

Docker nvim editor for python with configuration (lot of python, autocompletition, fuzzy finder, debugger, ...) https://fedeg.github.io/python-nvim/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published