Skip to content

Commit

Permalink
docs: Make sure links are fenced
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Feb 14, 2025
1 parent 606de9b commit 8a914ed
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lua/astrocommunity/colorscheme/gruvbox-nvim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To change options:
}
```

Other options can be found in the official README: https://github.com/ellisonleao/gruvbox.nvim#configuration
Other options can be found in the official README: <https://github.com/ellisonleao/gruvbox.nvim#configuration>
4 changes: 2 additions & 2 deletions lua/astrocommunity/editing-support/chatgpt-nvim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Plugin that enables you to interact with chat-GPT, straight from neovim.

**Repository:** https://github.com/jackMort/ChatGPT.nvim
**Repository:** <https://github.com/jackMort/ChatGPT.nvim>

Before enabling it, set environment variable called $OPENAI_API_KEY which you can obtain here: https://platform.openai.com/account/api-keys
Before enabling it, set environment variable called $OPENAI_API_KEY which you can obtain here: <https://platform.openai.com/account/api-keys>

ChatGPT is a Neovim plugin that allows you to effortlessly utilize the OpenAI ChatGPT API, empowering you to generate natural language responses from OpenAI's ChatGPT directly within the editor in response to your inquiries.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Chat with GitHub Copilot in Neovim

**Repository:** https://github.com/CopilotC-Nvim/CopilotChat.nvim
**Repository:** <https://github.com/CopilotC-Nvim/CopilotChat.nvim>

Note: This will need to have Copilot setup, this uses the same auth as `zbirenbaum/copilot.lua` with `:Copilot setup`
2 changes: 1 addition & 1 deletion lua/astrocommunity/media/pets-nvim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Display pets in your editor 🐱

**Repository:** https://github.com/giusgad/pets.nvim
**Repository:** <https://github.com/giusgad/pets.nvim>
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/hyprlang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ This plugin pack offers language support for Hyprland config file. It does the f
## Requirement

- Need to install `hyprls` tool first
- if (mason-tool-installer)[https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim] has been loaded, then hyprls should be
- if [mason-tool-installer](https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim) has been loaded, then hyprls should be
installed automatically
- Execute `:Mason` to install hyprls via mason
8 changes: 4 additions & 4 deletions lua/astrocommunity/pack/laravel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

**Note:** Installation of `phpactor` requires `composer`

**Note:** `laravel-dev-generators` in your path. See the releases section of https://github.com/haringsrob/laravel-dev-tools
**Note:** `laravel-dev-generators` in your path. See the releases section of <https://github.com/haringsrob/laravel-dev-tools>

**Note:** For proper blade template highlighting, you'll need to manually add the queries file https://github.com/EmranMR/tree-sitter-blade/discussions/19#discussion-5400675
**Note:** For proper blade template highlighting, you'll need to manually add the queries file <https://github.com/EmranMR/tree-sitter-blade/discussions/19#discussion-5400675>

This plugin pack does the following:

Expand All @@ -14,8 +14,8 @@ This plugin pack does the following:
- Adds php-cs-fixer for formatting
- Adds php-debug-adapter for debugging
- Adds [blade pack](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/pack/blade)
- Adds blade Treesitter parser: https://github.com/EmranMR/tree-sitter-blade
- Adds blade language server: https://github.com/haringsrob/laravel-dev-tools
- Adds blade Treesitter parser: <https://github.com/EmranMR/tree-sitter-blade>
- Adds blade language server: <https://github.com/haringsrob/laravel-dev-tools>
- Adds blade-formatter to null-ls or conform
- Adds `laravel.nvim` for laravel specific tools
- Adds `laravel-ide-helper.nvim` for laravel model info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FZY style sorter that is compiled

Dependencies:
* It is possible that you will already have a compiled binary matching your system. You can find out information about compiling the binary at the implementation repo: https://github.com/romgrk/fzy-lua-native
* It is possible that you will already have a compiled binary matching your system. You can find out information about compiling the binary at the implementation repo: <https://github.com/romgrk/fzy-lua-native>

**Repository:** <https://github.com/nvim-telescope/telescope-fzy-native.nvim>

0 comments on commit 8a914ed

Please sign in to comment.