Skip to content

Commit 9719e04

Browse files
Benjamin Denhartogautozimu
Benjamin Denhartog
authored andcommitted
chore(docs): use unordered list items instead of numbered lists
refs autozimu#985
1 parent 2a55de9 commit 9719e04

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ let g:LanguageClient_devel = 1 " Use rust debug build
1010
let g:LanguageClient_loggingLevel = 'DEBUG' " Use highest logging level
1111
```
1212

13-
1. Make necessary changes.
14-
1. Build. `make` to build, format and run [clippy], or `make build` to run build only.
15-
1. Verify changes.
16-
1. Run tests. (See below section)
13+
- Make necessary changes.
14+
- Build. `make` to build, format and run [clippy], or `make build` to run build only.
15+
- Verify changes.
16+
- Run tests. (See below section)
1717

1818
[clippy]: https://github.com/rust-lang-nursery/rust-clippy
1919

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ A clear and concise description of what the bug is.
2727

2828
## To Reproduce
2929
Steps to reproduce the behavior:
30-
1. Create/Fetch example project ...
31-
1. Start vim, `nvim -u min-vimrc.vim` ...
32-
1. Edit ...
33-
1. Execute ....
34-
1. See error
30+
- Create/Fetch example project ...
31+
- Start vim, `nvim -u min-vimrc.vim` ...
32+
- Edit ...
33+
- Execute ....
34+
- See error
3535

3636
## Current behavior
3737
A clear and concise description of what's the current behavior.

INSTALL.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ nnoremap <silent> <F2> :call LanguageClient#textDocument_rename()<CR>
9999

100100
# Troubleshooting
101101

102-
1. Backup your vimrc and use [min-vimrc.vim](min-vimrc.vim) as vimrc.
103-
1. Try on [sample projects](tests/data).
104-
1. Execute `:echo &runtimepath` and make sure the plugin path is in the list.
105-
1. Make sure language server could be started when invoked manually from shell.
106-
Also try use absolute path for server commands, as PATH in vim might be different from shell env, especially on macOS.
107-
1. Check content of log file. Also worth noting language server might have
108-
separate log file.
102+
- Backup your vimrc and use [min-vimrc.vim](min-vimrc.vim) as vimrc.
103+
- Try on [sample projects](tests/data).
104+
- Execute `:echo &runtimepath` and make sure the plugin path is in the list.
105+
- Make sure language server could be started when invoked manually from shell.
106+
Also try use absolute path for server commands, as PATH in vim might be
107+
different from shell env, especially on macOS.
108+
- Check content of log file. Also worth noting language server might have
109+
separate log file.

0 commit comments

Comments
 (0)