Releases: rstcruzo/http.nvim
Releases · rstcruzo/http.nvim
v0.3.1
v0.3.0
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
Verifying that the Tree-sitter grammar has errors is useful to make sure the request made is really the one the user wants to do. However, we only need to perform this check when executing a request, not when autocompleting variables, for instance.
This release fixes autocompletion when the tree is not yet fully valid.
v0.2.0
The custom grammar queries are now automatically installed by the plugin by cloning the repository grammar in the Neovim data
path and then, the directory is added to the runtimepath
. Updates can also be performed with the new :Http update_grammar_queries` user command.