From 8a914ed1074d7efa7d5a9dc03ef31cbf5098966a Mon Sep 17 00:00:00 2001 From: Uzair Aftab Date: Fri, 14 Feb 2025 16:26:58 +0100 Subject: [PATCH] docs: Make sure links are fenced --- lua/astrocommunity/colorscheme/gruvbox-nvim/README.md | 2 +- lua/astrocommunity/editing-support/chatgpt-nvim/README.md | 4 ++-- .../editing-support/copilotchat-nvim/README.md | 2 +- lua/astrocommunity/media/pets-nvim/README.md | 2 +- lua/astrocommunity/pack/hyprlang/README.md | 2 +- lua/astrocommunity/pack/laravel/README.md | 8 ++++---- .../utility/telescope-fzy-native-nvim/README.md | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lua/astrocommunity/colorscheme/gruvbox-nvim/README.md b/lua/astrocommunity/colorscheme/gruvbox-nvim/README.md index b0e887eb0..cf1ec30db 100644 --- a/lua/astrocommunity/colorscheme/gruvbox-nvim/README.md +++ b/lua/astrocommunity/colorscheme/gruvbox-nvim/README.md @@ -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: diff --git a/lua/astrocommunity/editing-support/chatgpt-nvim/README.md b/lua/astrocommunity/editing-support/chatgpt-nvim/README.md index ba51a579f..e6a4b040b 100644 --- a/lua/astrocommunity/editing-support/chatgpt-nvim/README.md +++ b/lua/astrocommunity/editing-support/chatgpt-nvim/README.md @@ -2,8 +2,8 @@ Plugin that enables you to interact with chat-GPT, straight from neovim. -**Repository:** https://github.com/jackMort/ChatGPT.nvim +**Repository:** -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: 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. diff --git a/lua/astrocommunity/editing-support/copilotchat-nvim/README.md b/lua/astrocommunity/editing-support/copilotchat-nvim/README.md index 0a33b09f4..9b38b27cc 100644 --- a/lua/astrocommunity/editing-support/copilotchat-nvim/README.md +++ b/lua/astrocommunity/editing-support/copilotchat-nvim/README.md @@ -2,6 +2,6 @@ Chat with GitHub Copilot in Neovim -**Repository:** https://github.com/CopilotC-Nvim/CopilotChat.nvim +**Repository:** Note: This will need to have Copilot setup, this uses the same auth as `zbirenbaum/copilot.lua` with `:Copilot setup` diff --git a/lua/astrocommunity/media/pets-nvim/README.md b/lua/astrocommunity/media/pets-nvim/README.md index 956fe909a..3be1c803e 100644 --- a/lua/astrocommunity/media/pets-nvim/README.md +++ b/lua/astrocommunity/media/pets-nvim/README.md @@ -2,4 +2,4 @@ Display pets in your editor 🐱 -**Repository:** https://github.com/giusgad/pets.nvim +**Repository:** diff --git a/lua/astrocommunity/pack/hyprlang/README.md b/lua/astrocommunity/pack/hyprlang/README.md index 06ace35a4..f0fbf941b 100644 --- a/lua/astrocommunity/pack/hyprlang/README.md +++ b/lua/astrocommunity/pack/hyprlang/README.md @@ -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 diff --git a/lua/astrocommunity/pack/laravel/README.md b/lua/astrocommunity/pack/laravel/README.md index 0bcf3330a..dcc488146 100644 --- a/lua/astrocommunity/pack/laravel/README.md +++ b/lua/astrocommunity/pack/laravel/README.md @@ -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 -**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 This plugin pack does the following: @@ -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: + - Adds blade language server: - Adds blade-formatter to null-ls or conform - Adds `laravel.nvim` for laravel specific tools - Adds `laravel-ide-helper.nvim` for laravel model info diff --git a/lua/astrocommunity/utility/telescope-fzy-native-nvim/README.md b/lua/astrocommunity/utility/telescope-fzy-native-nvim/README.md index 5929d0fa1..f9481e1ea 100644 --- a/lua/astrocommunity/utility/telescope-fzy-native-nvim/README.md +++ b/lua/astrocommunity/utility/telescope-fzy-native-nvim/README.md @@ -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: **Repository:**