Skip to content

Commit 2dd2205

Browse files
authored
Remove deprecated company-lsp (#243)
1 parent 167659e commit 2dd2205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Emacs Java IDE using [Eclipse JDT Language Server](https://projects.eclipse.org/
1111
LSP java mode supports the following JDT Features:
1212

1313
* As you type reporting of parsing and compilation errors (via [flycheck](https://github.com/flycheck/flycheck)/[lsp-ui](https://github.com/emacs-lsp/lsp-ui))
14-
* Code completion - using [company-lsp](https://github.com/tigersoldier/company-lsp) or builtin ```complete-at-point```
14+
* Code completion - using [company-capf](https://github.com/company-mode/company-mode) or builtin ```complete-at-point```
1515
* Javadoc hovers - using [lsp-ui](https://github.com/emacs-lsp/lsp-ui)
1616
* Code actions - using [lsp-ui](https://github.com/emacs-lsp/lsp-ui)
1717
* Code outline - using builtin [imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html)
@@ -51,7 +51,7 @@ Then add the following lines to your `.emacs` and open a file from the any of th
5151
[lsp-java](https://github.com/emacs-lsp/lsp-java) will automatically detect when the server is missing and it will download [Eclipse JDT Language Server](https://projects.eclipse.org/projects/eclipse.jdt.ls) before the first startup. The server installation will be in `lsp-java-server-install-dir`. It will detect whether [dap-mode](https://github.com/yyoncho/dap-mode/) is present and it will download the required server side plugins/components. If you want to update the server you can run `lsp-java-update-server`. To run specific version of [Eclipse JDT Language Server](https://projects.eclipse.org/projects/eclipse.jdt.ls) use `lsp-java-server-install-dir`.
5252

5353
### Quick start
54-
Minimal configuration with [company-lsp](https://github.com/tigersoldier/company-lsp) and [lsp-ui](https://github.com/emacs-lsp/lsp-ui) and [dap-mode](https://github.com/yyoncho/dap-mode/). Now you can explore the methods under `lsp-java-*`, `dap-java-*`, `dap-*`, and `lsp-*`
54+
Minimal configuration with [company-capf](https://github.com/company-mode/company-mode) and [lsp-ui](https://github.com/emacs-lsp/lsp-ui) and [dap-mode](https://github.com/yyoncho/dap-mode/). Now you can explore the methods under `lsp-java-*`, `dap-java-*`, `dap-*`, and `lsp-*`
5555
```elisp
5656
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
5757
@@ -268,7 +268,7 @@ Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server
268268
269269
## Additional packages
270270
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.
271-
* [company-lsp](https://github.com/tigersoldier/company-lsp) : LSP company backend.
271+
* [company-capf](https://github.com/company-mode/company-mode) : Company backend support.
272272
* [treemacs](https://github.com/Alexander-Miller/treemacs) : Project viewer.
273273
* [lsp-treemacs](https://github.com/emacs-lsp/lsp-treemacs) : `lsp-mode` GUI controls implemented using treemacs.
274274
## FAQ

0 commit comments

Comments
 (0)