Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiuf committed Sep 15, 2024
1 parent 492282d commit e63c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The list of LSP server settings is available in the [[https://github.com/eclipse
Per general Eclipse JDT.LS documentation, a basic skeleton of an initialization customization could look as follow:

#+begin_src emacs-lisp
'(:bundles: ["/home/me/.emacs.d/lsp-bundles/com.microsoft.java.debug.plugin-0.50.0.jar"]
'(:bundles ["/home/me/.emacs.d/lsp-bundles/com.microsoft.java.debug.plugin-0.50.0.jar"]
:workspaceFolders: ["file:///home/me/Projects/mavenproject"]
:settings: (:java (:home "/usr/local/jdk21"))
:extendedClientCapabilities (:classFileContentsSupport t))
Expand Down

0 comments on commit e63c3e7

Please sign in to comment.