Skip to content

Improved symbol/file click handling

Choose a tag to compare

@filipenf filipenf released this 02 Jun 13:04
  • Replaced single/double click for file/symbol handling with Shift+Click
  • Focus the nvim pane after symbol or file clicking
  • Inject a via-editor skill to the agent so the agent knows how to pull diagnostics info from nvim
  • Switched away from using /tmp for the runtime data dir - use $XDG_DATA_DIR instead
  • Use a proper arg parsing library (clap) and cleanup the bootstrap logic

Full Changelog: v0.1.0...v0.1.2