You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ensure that nvim-tree is updated to the latest version
14
14
15
-
If you are experiencing performance issues, please [enable profiling](https://github.com/kyazdani42/nvim-tree.lua#performance-issues) and attach the logs.
15
+
If you are experiencing performance issues, please [enable profiling](https://github.com/nvim-tree/nvim-tree.lua#performance-issues) and attach the logs.
16
16
- type: textarea
17
17
attributes:
18
18
label: "Description"
@@ -22,7 +22,7 @@ body:
22
22
- type: textarea
23
23
attributes:
24
24
label: "Neovim version"
25
-
description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/kyazdani42/nvim-tree.lua#notice)."
25
+
description: "Output of `nvim --version`. Please see nvim-tree.lua [minimum required version](https://github.com/nvim-tree/nvim-tree.lua#notice)."
26
26
placeholder: |
27
27
NVIM v0.6.1
28
28
Build type: Release
@@ -49,7 +49,7 @@ body:
49
49
label: "Minimal config"
50
50
description: "Minimal(!) configuration necessary to reproduce the issue.
51
51
52
-
(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`
52
+
(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`
53
53
54
54
If _absolutely_ necessary, add plugins and modify the nvim-tree setup at the indicated lines.
0 commit comments