aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-05-16 20:59:03 -0700
committerMichael Lingelbach <m.j.lbach@gmail.com>2021-05-17 08:40:29 -0700
commit5add2effdff095ab0b60fae5a96016f1ad023256 (patch)
tree6fd5394698962d00e1979736b56a6b219e83c9e3 /CONTRIBUTING.md
parentdocs: simplify and reorganize (diff)
downloadnvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.tar
nvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.tar.gz
nvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.tar.bz2
nvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.tar.lz
nvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.tar.xz
nvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.tar.zst
nvim-lspconfig-5add2effdff095ab0b60fae5a96016f1ad023256.zip
Update
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5904893f..be58012b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,7 +1,3 @@
-# Contributing to nvim-lspconfig
-
-Thank you!
-
## Requirements
- [Neovim](https://neovim.io/) :P
@@ -74,14 +70,3 @@ functions to it if necessary.
Example:
configs.texlab.buf_build = buf_build
-
-## Auto-install
-
-Note **we have removed auto installers from the nvim-lspconfig repo**
-([#334](https://github.com/neovim/nvim-lspconfig/issues/334)). Instead, each
-config _documents_ key installation details:
-
-- URL to download the server
-- URL to documentation explaining how to install the server
-- Brief instructions that user can copy/paste into their shell to install via
- common package managers such as apt-get/homebrew.