Skip to content

Releases: Bparsons0904/phantom-err.nvim

Initial Release

17 Jun 02:49

Choose a tag to compare

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 :PhantomToggle to enable when needed