chore: replace urls from kyazdani42 -> nvim-tree

This commit is contained in:
Alexander Courtis
2022-10-09 12:52:54 +11:00
parent 3d58a9b2cf
commit 54afa503a9
3 changed files with 8 additions and 8 deletions

View File

@@ -6,13 +6,13 @@ body:
attributes: attributes:
value: | value: |
Is this a question? Is this a question?
* Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a bug. * Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a bug.
Before reporting: Before reporting:
* search [existing issues](https://github.com/kyazdani42/nvim-tree.lua/issues) * search [existing issues](https://github.com/nvim-tree/nvim-tree.lua/issues)
* ensure that nvim-tree is updated to the latest version * ensure that nvim-tree is updated to the latest version
If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs. If you are experiencing performance issues, please [enable profiling](https://github.com/nvim-tree/nvim-tree.lua#performance-issues) and attach the logs.
- type: textarea - type: textarea
attributes: attributes:
label: "Description" label: "Description"
@@ -22,7 +22,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: "Neovim version" label: "Neovim version"
description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/kyazdani42/nvim-tree.lua#notice)." description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/nvim-tree/nvim-tree.lua#notice)."
placeholder: | placeholder: |
NVIM v0.6.1 NVIM v0.6.1
Build type&#58 Release Build type&#58 Release
@@ -49,7 +49,7 @@ body:
label: "Minimal config" label: "Minimal config"
description: "Minimal(!) configuration necessary to reproduce the issue. description: "Minimal(!) configuration necessary to reproduce the issue.
(Right click) save [nvt-min.lua](https://raw.githubusercontent.com/kyazdani42/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua` (Right click) save [nvt-min.lua](https://raw.githubusercontent.com/nvim-tree/nvim-tree.lua/master/.github/ISSUE_TEMPLATE/nvt-min.lua) to `/tmp` and run using `nvim -nu /tmp/nvt-min.lua`
If _absolutely_ necessary, add plugins and modify the nvim-tree setup at the indicated lines. If _absolutely_ necessary, add plugins and modify the nvim-tree setup at the indicated lines.

View File

@@ -7,7 +7,7 @@ assignees: ''
--- ---
**Is this a question?** **Is this a question?**
Please start a new [Q&A discussion](https://github.com/kyazdani42/nvim-tree.lua/discussions/new) instead of raising a feature request. Please start a new [Q&A discussion](https://github.com/nvim-tree/nvim-tree.lua/discussions/new) instead of raising a feature request.
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

View File

@@ -6,8 +6,8 @@ local function load_plugins()
require("packer").startup { require("packer").startup {
{ {
"wbthomason/packer.nvim", "wbthomason/packer.nvim",
"kyazdani42/nvim-tree.lua", "nvim-tree/nvim-tree.lua",
"kyazdani42/nvim-web-devicons", "nvim-tree/nvim-web-devicons",
-- ADD PLUGINS THAT ARE _NECESSARY_ FOR REPRODUCING THE ISSUE -- ADD PLUGINS THAT ARE _NECESSARY_ FOR REPRODUCING THE ISSUE
}, },
config = { config = {