Yes, have done it for years, since terminal was the only option. I use vim with a few plugins, and the usual CLI tools: grep, ripgrep, git, ctags, screen, fuzzy finder. I write command line utilities in Go. My setup is an iPad Pro with Blink shell.
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
5 comments
[ 3.1 ms ] story [ 19.1 ms ] thread- 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.
You can check it out. There is a lot of demos in the official website.