oarriaga / vim-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-dev

My configuration to turn neovim into an ide with python support

Installation

To install nvim-plugins with support for CoC and python, run

./install_python.sh
./install.sh

If you want to use vim-dev inside a docker container, simply run

./build_docker.sh

and to enter the container to play around, run

./enter_docker.sh

About


Languages

Language:Vim Script 53.3%Language:Shell 42.1%Language:Dockerfile 4.6%