I’ve since switched to Neovim. Check out my Neovim setup here: 👉 nvim-init-lua
This is my personal Vim configuration. I’m still learning Vim, so don’t be surprised if some things look a bit odd.
- I primarily use Python at work, so make sure
flake8
is installed:pip install flake8
orconda install flake8
- Install vim-plug
- Place
.vimrc
in your home directory (~/
or~/.vim/
) - Run
vim -c "PlugInstall"
to install all plugins