Neovim as a word processor

I recently posted about using Lua to configure my neovim setup. This has been altogether a big improvement. One thing that is easier is having separate .lua configuration files for each file type that I work with in vim. At first, this seemed useful for minor quality-of-life improvements, like setting differing default tabs for Python… Continue reading Neovim as a word processor

Published
Categorized as lua, vim

Lua

I’ve liked the idea of the Lua programming language since reading about it in Coding Places: Software Practice in a South American City. After reading that book, I put some effort into learning a bit of Lua syntax, but never really followed up beyond that. It seemed potentially useful but I didn’t really have the… Continue reading Lua

Published
Categorized as lua, vim