Check out diffurcate.vim by AndrewRadev. It’s a well-crafted project with great potential.
Split a git diff into separate files
All published posts
Check out diffurcate.vim by AndrewRadev. It’s a well-crafted project with great potential.
Split a git diff into separate files
I recently discovered cmp-skkeleton by rinx, and it’s truly impressive.
skkeleton source for nvim-cmp
The work on coveragepy by nedbat.
The code coverage tool for Python
I like coveragepy’s project coveragepy.
The code coverage tool for Python
I like pytest-dev’s project pytest-cov.
Coverage plugin for pytest.
We can’t all remember every single function signature out there, it’s just not possible. If you want to stay productive while coding without the temptation to hit YouTube or Twitter. Use the built in help. Here are 5 ways to get help without leaving your terminal.
In any python repl you can access the docstring of a function by calling for help.
...
Are you participating in Hacktoberfest 2021?
I got my start with open source with Hacktoberfest 2018. I remember being so nervous for those first pr’s. I have continued to participate every year, and it feels good to give back.
Something that it really did for me was to lower the hurdle to contribute regularly. I am not a huge contributor to open source. I am not necessarily a regular maintainer of any large project, but I do often raise issues when I see things as a user that would make things easier or more clear.
...
I’ve slowly adding more and more lua functions into my neovim configuration, and recently I noticed a pattern for a class of functions that reach out to run shell commands that can be abstracted away.
Check out the project readme for the most up to date details on the plugin itself.
...
The work on ansible by ThePrimeagen.
No description available.
Parameters are a place for you to store variables for your pipeline that can be accessed by any node that needs it, and can be easily changed by changing your environment. Parameters are stored in the repository in yaml files.
...
Before we jump in with anything crazy, let’s make some nodes with some vanilla data structures.
You will need to import node from kedro.pipeline to start creating nodes.
...
I’m impressed by Telegraph.nvim from WaylonWalker.
Send commands system commands in an elegant way
I came across nvim-example-lua-plugin from jacobsimpson, and it’s packed with great features and ideas.
A simple Neovim Lua plugin using the Lua embedded in Neovim, suitable as a template.
I like mobilemancer’s project windows-terminal-aurelia.
Aurelia inspired Windows Terminal theme
I’m really excited about vim-startuptime, an amazing project by dstein64. It’s worth exploring!
A plugin for viewing Vim and Neovim startup event timing information.
I like wbthomason’s project packer.nvim.
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
Just starred nvim-lspconfig by neovim. It’s an exciting project with a lot to offer.
Quickstart configs for Nvim LSP