Skip to content

Commit

Permalink
Add download step
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Mar 5, 2023
1 parent 4911c80 commit 011c0d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A Java [language server](https://github.com/Microsoft/vscode-languageserver-prot
### Vim (with vim-lsc)

- Checkout this repository
- Run `./scripts/download_{linux|mac|windows}.sh`
- Run `./scripts/link_{linux|mac|windows}.sh`
- Run `mvn package -DskipTests`
- Add the vim plugin [natebosch/vim-lsc](https://github.com/natebosch/vim-lsc) to your vimrc
Expand All @@ -25,6 +26,7 @@ Note: This tool is not compatible with [vim-lsp](https://github.com/prabirshrest
### KDE Kate

- Checkout this repository
- Run `./scripts/download_{linux|mac|windows}.sh`
- Run `./scripts/link_{linux|mac|windows}.sh`
- Run `mvn package -DskipTests`
- Open your Kate editor
Expand All @@ -48,6 +50,7 @@ Note: This tool is not compatible with [vim-lsp](https://github.com/prabirshrest
### Sublime 3 (with LSP)

- Checkout this repository
- Run `./scripts/download_{linux|mac|windows}.sh`
- Run `./scripts/link_{linux|mac|windows}.sh`
- Run `mvn package -DskipTests`
- Open your Sublime 3
Expand Down

0 comments on commit 011c0d5

Please sign in to comment.