Releases: pfeiferj/nvim-hurl
Releases · pfeiferj/nvim-hurl
v1.2.0
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
- 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
- Add xml queries to support latest xml parsing from tree-sitter-hurl
v1.0.1
- Adds hurl filetype registration into setup function
- Minor query updates
v1.0.0
Initial Release
- Bind tree-sitter config to nvim-treesitter
- Provide a hurl command for running the current file