Fix the bug report template to suggest -u
I *assume* this is what the intention here is? I.e. to say to use the test.vim as the config. I don't think `-N` does anything either, but let me know if I'm wrong.
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -40,13 +40,13 @@ TIP: copy the template to your vim buffer
|
||||
<!--
|
||||
Example:
|
||||
|
||||
1. nvim -NU test.vim
|
||||
1. nvim -nu test.vim
|
||||
2. :Telescope live_grep or git_commits
|
||||
3. .... bang here is the issue
|
||||
...
|
||||
-->
|
||||
|
||||
1. nvim -NU test.vim
|
||||
1. nvim -nu test.vim
|
||||
2.
|
||||
3.
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user