python-nvim: fisa-nvim-config:

This is a docker image with nvim configured with fisadev nvim configuration, built according to your personal preferences, without any justification to think it's the best possible vim configuration. If you like it, great! :) It's mainly oriented to python software development, but many of its features are useful for other languages and editing tasks.

Not using Neovim? Try it! It's stable enough, and has some advantages over the classic vim.

Some of the best features (full list here):

[Old gif from the original vim config, need to do a new one with NeoVim]

Demo

Install | Upgrade

0) You will need docker installed. Check it with docker --version

If you don't have a docker in you system, install from: docker installation

1) Add alias in ~/.bashrc or run in terminal

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

2) Run vim for current/working directory ($(pwd)).

python-nvim

1) Pull new image

docker pull fedeg/python-nvim:latest