I came across stylish.nvim from sunjon, and it’s packed with great features and ideas.
Stylish UI components for Neovim
All published posts
I came across stylish.nvim from sunjon, and it’s packed with great features and ideas.
Stylish UI components for Neovim
Check out neovim-grimoire by alanwsmith. It’s a well-crafted project with great potential.
No description available.
functools.total_ordering makes adding all of six of the rich comparison operators to your custom classes much easier, and more likely that you remember all of them.
From the Docs: The class must define one of __lt__(), __le__(), __gt__(), or __ge__ In addition, the class should supply an __eq__() method.
one of these
and required to have this one
...
I came across outputformat from delestro, and it’s packed with great features and ideas.
Python library to decorate and beautify strings
pyenv has done a fantastic job with pyenv-installer. Highly recommend taking a look.
This tool is used to install pyenv and friends.
vim-abolish by tpope is a game-changer in its space. Excited to see how it evolves.
abolish.vim: Work with several variants of a word at once
I came across Talkpython.fm-Notable-Packages from xandrade, and it’s packed with great features and ideas.
[unofficial] Talkpython.fm podcast notable PyPI packages compilation
This is not a flaky works half the time kind of plugin, it’s a seriously smooth editing experience. I’ve just started using pyflyby, and it is solid so far. I have automatic imports on every save of a python file in neovim, and automatic imports on every command in ipython.
I can’t tell you how pumped I am for this, and how good its felt to use over the past few weeks. It’s glorious.
Listen to me rant on how great pyflyby is
...
Check out aoc-2021-kedro-playground by pypeaday. It’s a well-crafted project with great potential.
No description available.
If you are running vim autocmd’s without a group, you’re killing your performance. Granted your probably not sourcing your vimscript files with autocmd’s too often, but every time you source that vimscript you are adding another command that needs to run redundantly.
Not silky smooth
...
I often review Pull requests from the browser as it just makes it so easy to see the diffs and navigate through them, but there comes a time when the diffs get really big and hard to follow. That’s when its time to bring in the comforts of vim.
This all stems from the great plugin by AndrewRadev. It breaks a down into a project. So rather than poping into a pager from 1 min read
I’ve gone far too long without a good setup for editing yaml files, I am missing out on autocomplete and proper diagnostics. This ends today as I setup yaml-language-server in neovim.
The video for this one is part of a challenge-playlist I put out for myself to constantly improve my dotfiles for all of December.
...
Just starred aoc_2021 by borgmanJeremy. It’s an exciting project with a lot to offer.
No description available.