From 3835cd5b2552ecc12b3a96ef1d114233800a52c9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 5 Jun 2025 15:27:42 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 5e07c3d..3f54e4c 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,5 @@ Below is a list of dependencies and the respective plugins that require it. | GNU tar | mason | | gzip | mason | -## Language servers -Language servers are installed automatically to the nvim data directory -(`:echo stdpath('data') .. '/mason'`) upon entering a buffer of related -filetype. Automatic installation can be turned off, see the end of this section. - -Language server configurations are located at `lua/lsp/config/.lua`. They can be disabled -by setting `enable = false`. - -Some have additional dependencies. If any are missing, a warning is emitted and the server will -be disabled automatically. Each dependency is listed in the configuration file. - -To disable automatic installation, remove the `mason` configuration. - ## License BSD-3-Clause, see [LICENSE](LICENSE) for more information.