Releases: Bparsons0904/phantom-err.nvim
Releases · Bparsons0904/phantom-err.nvim
Initial Release
phantom-err.nvim v1.0.0
Initial release of phantom-err.nvim - A Neovim plugin that improves Go code readability by providing configurable visual folding of if err != nil {} error handling blocks.
Features
- Three display modes: fold, compressed, and full with dimming
- Context-aware revealing: Shows error blocks when cursor enters them
- Zero buffer modification: Works seamlessly with LSP, formatters, and linters
- Real-time updates: Responds to cursor movement and text changes
- Manual activation: Use
:PhantomToggleto enable when needed