|
You are here |
ericholscher.com | ||
| | | | |
wrla.ch
|
|
| | | | | Just wanted to type up a couple of notes about working with Sphinx (the python documentation generator) inside a monorepo, an issue I've been struggling with (off and on) at Voltus since I started. I haven't seen much written about this topic despite (I s... | |
| | | | |
github.com
|
|
| | | | | Fork for contributions to the autodoc extension of the Sphinx documentation builder - timobrembeck/sphinx | |
| | | | |
jonathanbayless.com
|
|
| | | | | The blog of Jonathan Bayless | |
| | | | |
ncona.com
|
|
| | | I've known about neovim for a long time, but I've never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, we'll have to build from source. Install prerequisites: 1 sudo apt-get install ninja-build gettext cmake unzip curl | ||