File tree 3 files changed +17
-16
lines changed
3 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ let g:LanguageClient_devel = 1 " Use rust debug build
10
10
let g:LanguageClient_loggingLevel = 'DEBUG' " Use highest logging level
11
11
```
12
12
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)
17
17
18
18
[ clippy ] : https://github.com/rust-lang-nursery/rust-clippy
19
19
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ A clear and concise description of what the bug is.
27
27
28
28
## To Reproduce
29
29
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
35
35
36
36
## Current behavior
37
37
A clear and concise description of what's the current behavior.
Original file line number Diff line number Diff line change @@ -99,10 +99,11 @@ nnoremap <silent> <F2> :call LanguageClient#textDocument_rename()<CR>
99
99
100
100
# Troubleshooting
101
101
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.
You can’t perform that action at this time.
0 commit comments