Hacker News new | ask | show | jobs
by itsdanweston 738 days ago
Yeah, the main tools I use are:

- Alacritty with ZSH for my terminal

- Neovim as my IDE

- TMUX for multiplexing (different terminal windows/panes/etc)

- Colima so I don't have to use Docker Desktop

Everything else is just the standard CLI tool, like git, docker, etc.

My workflow is that I open a new TMUX session per project, use Neovim to edit the code and then commit with git.

Neovim has plugins for things like debugging, database access, and basically anything you could possibly need.

1 comments

I think it's important to mention that when using Neovim as an IDE the secret sauce is LSP. Search in Google or YouTube Neovim as an IDE for some help setting everything up