Skip to content

Releases: pfeiferj/nvim-hurl

v1.2.0

04 Jul 20:18
328a96c
Compare
Choose a tag to compare

Big thanks to @treatybreaker for the following changes:

  • Configuration for hurl command. Currently only lets you set default of color or no color.
  • Floating output window closes upon losing focus. (Prevents some situations that make it hard to close the window)
  • General code cleanup

v1.1.1

13 Mar 20:58
Compare
Choose a tag to compare
  • Resolves issue #1 causing plugin to crash in headless neovim:
    • grabbing attached ui width and height moved to be on-demand to ensure there is an attached ui when we grab the values (thanks @qubidt!)

v1.1.0

11 Jan 04:20
Compare
Choose a tag to compare
  • Add xml queries to support latest xml parsing from tree-sitter-hurl

v1.0.1

06 Jan 02:33
Compare
Choose a tag to compare
  • Adds hurl filetype registration into setup function
  • Minor query updates

v1.0.0

23 Dec 15:39
Compare
Choose a tag to compare

Initial Release

  • Bind tree-sitter config to nvim-treesitter
  • Provide a hurl command for running the current file