The Problem
I use NeoVim for my coding tasks [and you should too ( ͡° ͜ʖ ͡°)], but an issue i’ve been having is keeping two versions going for my init.lua config file - one for my personal webdev work and livecoding stuff, and another specifically for my day job, which I generally do inside a virtual machine.
Both of these configs share a lot of features / keymaps (I always need HTML/CSS/JS features), but I don’t need SuperCollider language support for work, and conversely don’t need PHP debugger configs cluttering up my personal NeoVim config.
Zephyr Prusinski
