Telescope extension Doc dev#296
Merged
NTBBloodbath merged 1 commit intorest-nvim:devfrom Mar 11, 2024
Merged
Conversation
Merged
NTBBloodbath
added a commit
that referenced
this pull request
Mar 18, 2024
* dev: (159 commits) cleanup: remove nvim-treesitter HTTP parser branch modifications code docs: update README.md chore: update queries chore: autoformat with stylua chore: regenerate documentation ref(parser)!: do not read environment files during the parsing process docs: update project features chore: regenerate documentation feat: re-implement pre and post request hooks, load env variables from environment file before running the requests feat(env_vars): add a `quiet` parameter to `read_file` to decide whether to fail silently if an environment file is not found, some cleanups feat(config): add `decode_url` configuration option to the `result.behavior` table chore: regenerate documentation feat(utils): expose a `escape` function to encode strings, meant to be used by extensions to encode URLs in case their clients does not provide an encode utility feat(curl): encode URL query parameters using cURL flags docs(README): add links for Matrix and Discord, small adjustments ref(winbar): use more common highlighting groups, fixes #290 docs: added doc for telescope ext (#296) fix: ignore error log and adding syntax highlights for result when can not get the res_type feat: add `build.lua` to be able to install `rest.nvim` by using lazy fix(doc): fix indentation in `:h rest-nvim` callbacks section ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a bit to documentation about getting telescope extension to work on Ubuntu and Debian systems