Skip to content

Commit bb680d7

Browse files
committed
style: fix prettier errors
1 parent 64a0c55 commit bb680d7

File tree

5 files changed

+49
-33
lines changed

5 files changed

+49
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+37-26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
description: Report a problem with null-ls
2+
description: Report a problem with none-ls
33
labels: [bug]
44
body:
55
- type: checkboxes
@@ -8,8 +8,9 @@ body:
88
label: FAQ
99
options:
1010
- label:
11-
I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my
12-
problem.
11+
I have checked the
12+
[FAQ](https://github.com/nvimtools/none-ls.nvim#faq) and it didn't
13+
resolve my problem.
1314
required: true
1415

1516
- type: checkboxes
@@ -18,8 +19,9 @@ body:
1819
label: Issues
1920
options:
2021
- label:
21-
I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and
22-
there are no issues with the same problem.
22+
I have checked [existing
23+
issues](https://github.com/nvimtools/none-ls.nvim/issues?q=is%3Aissue)
24+
and there are no issues with the same problem.
2325
required: true
2426

2527
- type: input
@@ -33,46 +35,53 @@ body:
3335
id: version-check
3436
attributes:
3537
label: Dev Version?
36-
description: If your issue is exclusive to a dev version of Neovim, support is provided
37-
on a best-effort basis, and you are encouraged to submit a PR solving your issue.
38+
description:
39+
If your issue is exclusive to a dev version of Neovim, support is
40+
provided on a best-effort basis, and you are encouraged to submit a PR
41+
solving your issue.
3842
options:
39-
- label: I am using a stable Neovim release version, or if I am using a dev version
40-
of Neovim I have confirmed that my issue is reproducible on a stable version.
43+
- label:
44+
I am using a stable Neovim release version, or if I am using a dev
45+
version of Neovim I have confirmed that my issue is reproducible on
46+
a stable version.
4147

4248
- type: input
4349
attributes:
4450
label: Operating System
45-
description: The operating system and version you are using null-ls on.
51+
description: The operating system and version you are using none-ls on.
4652
validations:
4753
required: true
4854

4955
- type: textarea
5056
attributes:
5157
label: Minimal Config
5258
render: Lua
53-
description: Download the minimal config using `curl -fLO
54-
https://raw.githubusercontent.com/jose-elias-alvarez/null-ls.nvim/main/scripts/minimal_init.lua`. Edit it to
55-
include the configuration necessary to reproduce your bug and paste it here. Do **not** use your personal null-ls
56-
config!
59+
description:
60+
Download the minimal config using `curl -fLO
61+
https://raw.githubusercontent.com/nvimtools/none-ls.nvim/main/scripts/minimal_init.lua`.
62+
Edit it to include the configuration necessary to reproduce your bug and
63+
paste it here. Do **not** use your personal none-ls config!
5764
validations:
5865
required: true
5966

6067
- type: textarea
6168
attributes:
6269
label: Steps to Reproduce
6370
description:
64-
Full reproduction steps, starting with `nvim --clean -u minimal_init.lua`. Include a sample file if your issue
65-
relates to a specific filetype.
71+
Full reproduction steps, starting with `nvim --clean -u
72+
minimal_init.lua`. Include a sample file if your issue relates to a
73+
specific filetype.
6674
validations:
6775
required: true
6876

6977
- type: checkboxes
7078
attributes:
7179
label: Reproducibility Check
7280
options:
73-
- label: I confirm that my minimal config is based on the `minimal_init.lua` template
74-
and that my issue is reproducible by running `nvim --clean -u minimal_init.lua` and
75-
following the steps above.
81+
- label:
82+
I confirm that my minimal config is based on the `minimal_init.lua`
83+
template and that my issue is reproducible by running `nvim --clean
84+
-u minimal_init.lua` and following the steps above.
7685
validations:
7786
required: true
7887

@@ -94,16 +103,17 @@ body:
94103
attributes:
95104
label: Debug Log
96105
description:
97-
Debug log output from `:NullLsLog`, limited to the output from following your reproduction steps. Include this
98-
even if you think it's irrelevant.
106+
Debug log output from `:NullLsLog`, limited to the output from following
107+
your reproduction steps. Include this even if you think it's irrelevant.
99108
validations:
100109
required: true
101110

102111
- type: dropdown
103112
id: help
104113
attributes:
105114
label: Help
106-
description: Would you be able to resolve this issue by submitting a pull request?
115+
description:
116+
Would you be able to resolve this issue by submitting a pull request?
107117
options:
108118
- "Yes"
109119
- "Yes, but I don't know how to start. I would need guidance"
@@ -115,8 +125,8 @@ body:
115125
attributes:
116126
label: Implementation Help
117127
description:
118-
If you selected yes in the last question please specify in detail what you would need help with in order to
119-
implement this.
128+
If you selected yes in the last question please specify in detail what
129+
you would need help with in order to implement this.
120130
validations:
121131
required: false
122132

@@ -126,6 +136,7 @@ body:
126136
label: Requirements
127137
options:
128138
- label:
129-
I have read and followed the instructions above and understand that my issue will be closed if I did not
130-
provide the required information.
139+
I have read and followed the instructions above and understand that
140+
my issue will be closed if I did not provide the required
141+
information.
131142
required: true

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: Ask a question
3-
url: https://github.com/jose-elias-alvarez/null-ls.nvim/discussions
3+
url: https://github.com/nvimtools/none-ls.nvim/discussions
44
about: If you need help with configuration or something else

.github/ISSUE_TEMPLATE/feature_request.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Feature request
2-
description: Request an enhancement for null-ls
2+
description: Request an enhancement for none-ls
33
labels: [enhancement]
44
body:
55
- type: checkboxes
@@ -8,8 +8,9 @@ body:
88
label: Issues
99
options:
1010
- label:
11-
I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no
12-
existing ones with the same request.
11+
I have checked [existing
12+
issues](https://github.com/nvimtools/none-ls.nvim/issues) and there
13+
are no existing ones with the same request.
1314
required: true
1415

1516
- type: textarea
@@ -22,7 +23,8 @@ body:
2223
id: help
2324
attributes:
2425
label: "Help"
25-
description: "Would you be able to implement this by submitting a pull request?"
26+
description:
27+
"Would you be able to implement this by submitting a pull request?"
2628
options:
2729
- "Yes"
2830
- "Yes, but I don't know how to start. I would need guidance"
@@ -34,7 +36,7 @@ body:
3436
attributes:
3537
label: "Implementation help"
3638
description:
37-
"If you selected yes in the last question please specify in detail what you would need help with in order to
38-
implement this."
39+
"If you selected yes in the last question please specify in detail what
40+
you would need help with in order to implement this."
3941
validations:
4042
required: false

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.tests/
22
doc/tags
33

4+
# prettier cache
5+
node_modules/

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
doc/BUILTINS.md
2+
doc/builtins.json

0 commit comments

Comments
 (0)