top | item 40630231

(no title)

itsdanweston | 1 year 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.

discuss

order

drKarl|1 year ago

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