6:58
VIMs Flake8 Plugin to Conform to Python Styling Guidelines
In this video I show you how to install VIM's Flake8 Plugin which helps you write your python files while following Python styling ...
13:16
Linters and fixers: never worry about code formatting again (Vim + Ale + Flake8 & Black for Python)
Python linters Flake8: https://flake8.pycqa.org/en/latest/ pydocstyle: https://pypi.org/project/pydocstyle/ bandit: ...
30:29
a flake8 plugin from scratch (intermediate) anthony explains #025
today I build a flake8 plugin from scratch showing the bare minimum to add a new lint check! I also demo all the related tools I use ...
3:26
LunarVim as a Python IDE | Pyright | Black Formatting | Flake8 Linting | Virtual ENV Switching
starter.lvim: https://github.com/LunarVim/starter.lvim/tree/python-ide Blog post: ...
14:05
Supercharge Your Vim Workflow: Essential Tips and Plugins for Efficiency
In this video, I (Bob) share my Vim setup (the 80/20) and the useful shortcuts and plugins I use every day. I discuss setting up a ...
3:12
Spacemacs (python, pyenv, pyls, flake8, vim mode)
Just a quick look around. I noticed high memory consumption by pyls and it looks a bit laggy especially after switching ...
21:05
Vim Plugins and Tricks That Give Me Super Powers! 🚀
This is an overview of how I customize and use Vim to get great work done quickly! It's a bit all over the place, but it covers the ...
0:32
Simple way to organize neovim plugin configurations.
Skittles are bad for you, eat vegetables instead. Instagram: https://www.instagram.com/josh.petitma/ GitHub: ...
6:01
why doesn't flake8 mark this import as unused? (beginner - intermediate) anthony explains #234
today I talk about a quirk with `import`-imports and why flake8 doesn't mark one as "unused" (because it's actually potentially used ...
22:22
Dank Vim + Terminal + Python workflow
My goal with the ipython portion was to help you compose an alias to use when launching ipython so you don't have to memorize ...
12:24
13 Vim plugins I use every day
Speaker: Tatsuhiro Ujihisa Slide: https://slides.vimconf.org/2019/ujihisa.pdf Official Site: https://vimconf.org/2019/
7:11
Vim: Setting up Vim for Python development
This video is sponsored by Oxylabs. Oxylabs provides market-leading web scraping solutions for large-scale public data ...
8:33
While VIM is lightweight out of the box, it can easily be extended with the use of third party plugins. In today's video I'll show you ...
1:28:14
I'm going to go through and find some new vim plugins for some future videos.
21:29
Neovim - Null-LS Formatting, Linting & more (Supports prettier, black, eslint, flake8 & more)
SUPPORT THE CHANNEL Patreon: https://www.patreon.com/chrisatmachine Paypal: https://paypal.me/chrisatmachine ...
14:11
Vim Hexokinase: True Color Previews That Don't Slow Vim Down
It might not seem useful if you don't do any css or just general development in vim but being able to see what a color actually ...
7:17
Setting Up Vim for Python Development
A barebones configuration for using Vim for Python development. Doesn't install plugins.
28:32
Neovim - Plugin Deep Dive, Lazyloading, Autoinstall, 100% Lua with Packer.nvim
Repo: https://github.com/LunarVim/Neovim-from-scratch SUPPORT THE CHANNEL Patreon: ...
5:57
Staging Git Commits within Vim: Part 4 | Vim 🔥 Tips and Tricks
In Part 4 (I didn't even know there was going to be a Part 2) we look at expanding, jumping between, and staging entire hunks ...
2:35
Python REPL In Vim Changed My Life As A Developer (Neovim, Codi, Virtual Text)
Demo of REPL for vim with a cool virtual text fork.