File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
### setup
16
16
#### ubuntu
17
17
``` bash
18
- ./init.sh --with_vim_php --with_vim_c --with_vim_ycm --with_vim_lua --with_vim_go --with_java \
19
- --with_lua --with_python --with_leetcode --with_man --with_dict --with_bash
18
+ ./init.sh --with_php --with_vim_c --with_vim_ycm --with_vim_go --with_java \
19
+ --with_lua --with_leetcode --with_man --with_dict --with_bash
20
20
```
21
21
#### mac and centos
22
22
./init.sh
@@ -39,7 +39,7 @@ cd ~/lsp/eclipse.jdt.ls
39
39
curl -L https://download.eclipse.org/jdtls/milestones/0.35.0/jdt-language-server-0.35.0-201903142358.tar.gz -O
40
40
tar xf jdt-language-server-0.35.0-201903142358.tar.gz
41
41
```
42
- * ** Create executable jdtls in path (e.g., /usr/local/bin/jdtls), with content
42
+ * Create executable jdtls in path (e.g., /usr/local/bin/jdtls), with content
43
43
44
44
``` bash
45
45
#! /usr/bin/env sh
You can’t perform that action at this time.
0 commit comments