Neovim is perhaps the best editor in my opinion. When set up correctly, it can empower you to be productive, especially when writing python code.
I want to help share the configuration I have and to encourage others to configure their own editors to work for them. In this video, we look at getting some powerful functionality added to Neovim for use with Python.
If you’re looking for powerful autocomplete, autoformatting, debugging and other features, then this video will help you achieve that, whilst teaching you how to set up neovim yourself.
⚠️ NVChad has had some breaking changes, make sure to use the v2.0 branch if you're using this video. You can find the command below.
Commands:
NVChad Install line: git clone -b v2.0 https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
#python #neovim #coding
My socials:
Twitter: https://twitter.com/dreamsofcode_io
Discord Server: https://discord.gg/eMjRTvscyt
Please consider supporting me as well!
Patreon: https://www.patreon.com/DreamsofCode
My Equipment:
Voice over: https://kit.co/dreamsofcode/voiceover
Coding: https://kit.co/dreamsofcode/coding
Video Links:
Final Config: https://github.com/dreamsofcode-io/neovim-python
NVChad: https://nvchad.com/
null-ls Sources: https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/doc/BUILTINS.md
00:00 Intro
00:16 Getting Started
01:32 Code Suggestions & Autocomplete
05:47 Static Analysis
08:06 Autoformatting
09:50 Debugging