Skip to content

Commit 47248ba

Browse files
Add a reference to the language-support-progress status page. (#24)
* WIP: added IDE Progress Status page. * Fixed some details. * Fixed check_mark code and updated groovy formatter dev status. * A few minor fixes. * WIP: updated Groovy status. * Reworked references to the language support status and a few fixes. * Removed old file and its reference in mkdocs.yml * fix: removed obsolete links * fix: removed unsed link
1 parent b336e8e commit 47248ba

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

docs/user-guide/ide-setup.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,6 @@ At the moment it only supports `make`, but it can be extended to any build syste
8484

8585
At the moment it only supports `gdb`.
8686

87-
## Automatic Setup
88-
89-
The following examples are configurations and scripts that bundle together the essential components
90-
of a minimal IDE:
91-
92-
- [Adam's configuration][1] contains the `build` and `debugger` plugins,
93-
as well as several IDE meta-packages (e.g. `ide_c`, `ide_java`, `ide_python`) that add IDE-like
94-
functionalities to Lite XL for many popular programming languages.
95-
- [PerilousBooklet's configuration][2] contains documentation about IDE support progress
96-
status for Lite XL.
97-
98-
99-
[1]: https://github.com/adamharrison/lite-xl-ide
10087
[2]: https://github.com/PerilousBooklet/lite-xl-ide
10188
[3]: https://github.com/lite-xl/lite-xl-lsp?tab=readme-ov-file#setting-a-lsp-server
10289
[4]: https://github.com/drmargarido/TodoTreeView?tab=readme-ov-file#instructions

docs/user-guide/lsp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ are separate from editors — unlike in a traditional IDE where tooling is direc
1010
Lite XL does not provide a language server client, but the functionality is available via the [LSP] plugin.
1111
In this article, we will discuss how to properly set up language servers for use with the plugin.
1212

13+
To find out if your favourite language of choice is fully supported on Lite XL, take a look at the
14+
[Language Support Status][pb-ide-language-support-status] page.
15+
1316
## Installation
1417

1518
The LSP plugin can be installed like any other Lite XL plugins.
@@ -279,3 +282,5 @@ without Python at all.
279282
[win-execution-alias]: ../assets/user-guide/win-execution-alias.png
280283
[Python]: https://www.python.org/
281284
[jdtls-cmdline]: https://github.com/eclipse-jdtls/eclipse.jdt.ls?tab=readme-ov-file#running-from-the-command-line
285+
286+
[pb-ide-language-support-status]: https://github.com/PerilousBooklet/lite-xl-ide?tab=readme-ov-file#language-support-status

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ nav:
171171
- "How Renderer Works": developer-guide/advanced-topics/how-renderer-works.md
172172
- "About":
173173
- "Contributors": about/contributors.md
174-
- "FAQ": about/faq.md
174+
- "FAQ": about/faq.md

0 commit comments

Comments
 (0)