Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2024
1 parent 70002e0 commit eb4385a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/hurl.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,16 +285,23 @@ with `hurl.nvim`.

TIPS ~

- Enable debug mode with `debug = true` for detailed logs. Logs are saved at `~/.local/state/nvim/hurl.nvim.log` on macOS.
- **Split Mode with Edgy:** `hurl.nvim` can be used with edgy.nvim <https://github.com/folke/edgy.nvim> to manage layout when using the split mode.

[!TIP] Enable debug mode with `debug = true` for detailed logs
- Logs are saved at `~/.local/state/nvim/hurl.nvim.log` on macOS.


[!TIP] Split mode with Edgy
- `hurl.nvim` can be used with edgy.nvim <https://github.com/folke/edgy.nvim> to manage layout when using the split mode.

>lua
right = {
{ title = "Hurl Nvim", size = { width = 0.5 }, ft = "hurl-nvim" },
}
<

- **Syntax Highlighting in Stable Neovim:** If you’re using a stable version of Neovim that doesn’t support Hurl syntax highlighting, you can set the filetype to `sh` or `bash` for your `.hurl` files. This will enable basic syntax highlighting that can improve readability. To do this, add the following line to your Neovim configuration:

[!TIP] Syntax Highlighting in Stable Neovim
- If you’re using a stable version of Neovim that doesn’t support Hurl syntax highlighting, you can set the filetype to `sh` or `bash` for your `.hurl` files. This will enable basic syntax highlighting that can improve readability. To do this, add the following line to your Neovim configuration:

>vim
autocmd BufRead,BufNewFile *.hurl setfiletype sh
Expand Down

0 comments on commit eb4385a

Please sign in to comment.