aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-05-31 13:13:40 +0200
committerWilliam Boman <william@redwill.se>2022-05-31 13:16:52 +0200
commit7b2ef62c27d5df8b44135722ac73d8801959e6f8 (patch)
treea8cc75159af12ce291679d36e9522270630b72d5
parentchore(log): always use "cache" stdpath (#739) (diff)
downloadmason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.tar
mason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.tar.gz
mason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.tar.bz2
mason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.tar.lz
mason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.tar.xz
mason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.tar.zst
mason-7b2ef62c27d5df8b44135722ac73d8801959e6f8.zip
docs: remove custom servers docs
The ability to register custom servers still exist, it's just not documented anymore. This will be reintroduced in some shape or form in the future.
-rw-r--r--CUSTOM_SERVERS.md6
-rw-r--r--README.md6
-rw-r--r--doc/nvim-lsp-installer.txt3
3 files changed, 0 insertions, 15 deletions
diff --git a/CUSTOM_SERVERS.md b/CUSTOM_SERVERS.md
deleted file mode 100644
index f0281d5a..00000000
--- a/CUSTOM_SERVERS.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Custom servers
-
-*Note that there may be breaking changes introduced over time that may have an impact on the functionality of custom
-servers. These breaking changes should generally be easy to address.*
-
-*Docs are currently being rewritten. For now, refer to source code for reference.*
diff --git a/README.md b/README.md
index 1a958429..f5c27e5c 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@
- [Commands](#commands)
- [Configuration](#configuration)
- [Available LSPs](#available-lsps)
-- [Custom servers](#custom-servers)
- [Logo](#logo)
- [Default configuration](#default-configuration)
@@ -308,11 +307,6 @@ require("nvim-lsp-installer").setup({
[pylsp]: ./lua/nvim-lsp-installer/servers/pylsp/README.md
[tflint]: ./lua/nvim-lsp-installer/servers/tflint/README.md
-## Custom servers
-
-You can create your own installers by using the same APIs nvim-lsp-installer itself uses. Refer to
-[CUSTOM_SERVERS.md](./CUSTOM_SERVERS.md) for more information.
-
## Logo
Illustrations in the logo are derived from [@Kaligule](https://schauderbasis.de/)'s "Robots" collection.
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 4a5d2de2..7a2ea8c6 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -44,9 +44,6 @@ install _all_ servers are:
- ghcup
- luarocks
-To write a custom server installer, please refer to the docs at
-https://github.com/williamboman/nvim-lsp-installer/blob/main/CUSTOM_SERVERS.md.
-
==============================================================================
QUICK START *nvim-lsp-installer-quickstart*