Switching themes automatically in Neovim
We're going to be using Catppuccin and this setup is generally for MacOS but this idea will work on Linux too. On macOS, you can run this shell command in Lua to get the current system appearance:
Posts about Neovim
View All TagsWe're going to be using Catppuccin and this setup is generally for MacOS but this idea will work on Linux too. On macOS, you can run this shell command in Lua to get the current system appearance:
We're going to be using Catppuccin and this setup is generally for MacOS but this idea will work on Linux too. On macOS, you can run this shell command in Lua to get the current system appearance:
I am not a professional developer, but I am a hobbyist one, who knows what the future holds. As a Lead Solution Engineer, I do get to tinker with code in my day-to-day. But it's not my main role, more of a side quest. However, outside of my role I do love to tinker with code and homelabbing. Before I became a Solution Engineer, I spent some time in IT, which meant a lot of time in the terminal.
If you're a developer like me who lives in Neovim and frequently works with APIs, you've probably bounced between different tools for testing HTTP requests. Maybe you've used Postman, httpie, or curl commands scattered across your terminal history. But what if I told you there's a better way—one that keeps you in your favorite editor and treats your API requests as code?