Neovim Configuration
We spend roughly 1,800 hours a year writing software, so it makes sense to invest in an environment that actually feels good to work in.
This Neovim config is the result of that mindset: something built intentionally for the way I think and code, instead of forcing myself into someone else’s workflow.
This is some python code
def function(a: str, b: int) -> None:
pass