aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-01-23 17:43:03 +0100
committerWilliam Boman <william@redwill.se>2022-01-23 17:43:03 +0100
commit4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3 (patch)
tree945a5247a519d411cc938994e673c871f8806093
parentupdate README (diff)
downloadmason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.tar
mason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.tar.gz
mason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.tar.bz2
mason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.tar.lz
mason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.tar.xz
mason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.tar.zst
mason-4c54c55ca0ec06c13271e2efc11b6fd2d1e1aaa3.zip
README: move screenshots section further up
-rw-r--r--README.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/README.md b/README.md
index d3c67e74..6a89216b 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,20 @@
<img src="https://user-images.githubusercontent.com/6705160/118490159-f064bb00-b71d-11eb-883e-4affbd020074.png" alt="nvim-lsp-installer" width="50%" />
</p>
-- [About](#about)
-- [Installation](#installation)
- * [Packer](#packer)
- * [vim-plug](#vim-plug)
-- [Usage](#usage)
- * [Commands](#commands)
- * [Setup](#setup)
- * [Screenshots](#screenshots)
- * [Configuration](#configuration)
-- [Available LSPs](#available-lsps)
-- [Custom servers](#custom-servers)
-- [Logo](#logo)
-- [Roadmap](#roadmap)
-- [Default configuration](#default-configuration)
+- [About](#about)
+- [Screenshots](#screenshots)
+- [Installation](#installation)
+ - [Packer](#packer)
+ - [vim-plug](#vim-plug)
+- [Usage](#usage)
+ - [Commands](#commands)
+ - [Setup](#setup)
+ - [Configuration](#configuration)
+- [Available LSPs](#available-lsps)
+- [Custom servers](#custom-servers)
+- [Logo](#logo)
+- [Roadmap](#roadmap)
+- [Default configuration](#default-configuration)
## About
@@ -33,6 +33,13 @@ On top of just providing commands for installing & uninstalling LSP servers, it:
- hosts [a suite of system tests](https://github.com/williamboman/nvim-lspconfig-test) for all supported servers
- has full support for Windows <img src="https://user-images.githubusercontent.com/6705160/131256603-cacf7f66-dfa9-4515-8ae4-0e42d08cfc6a.png" height="20">
+## Screenshots
+
+| | | |
+| :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: |
+| <img src="https://user-images.githubusercontent.com/6705160/150685720-782e33ba-172c-44b6-8558-fb4e98495294.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150685404-2cd34b25-166e-4c84-b9dd-1d5580dc2bdd.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150685322-a537f021-5850-4bbc-8be2-1ece5678d205.png" /> |
+| <img src="https://user-images.githubusercontent.com/6705160/150685324-1310ae7d-67bf-4053-872c-d27e8a4c4b80.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150686052-fd5c4d54-b4da-4cb3-bb82-a094526ee5b5.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150686059-f1be8131-1274-4f62-9aa8-345599cbd8bc.png" /> |
+
## Installation
Requires neovim `>= 0.6.0` and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). The _full requirements_ to
@@ -144,13 +151,6 @@ for _, server_name in pairs(servers) do
end
```
-### Screenshots
-
-| | | |
-| :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: |
-| <img src="https://user-images.githubusercontent.com/6705160/150685720-782e33ba-172c-44b6-8558-fb4e98495294.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150685404-2cd34b25-166e-4c84-b9dd-1d5580dc2bdd.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150685322-a537f021-5850-4bbc-8be2-1ece5678d205.png" /> |
-| <img src="https://user-images.githubusercontent.com/6705160/150685324-1310ae7d-67bf-4053-872c-d27e8a4c4b80.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150686052-fd5c4d54-b4da-4cb3-bb82-a094526ee5b5.png" /> | <img src="https://user-images.githubusercontent.com/6705160/150686059-f1be8131-1274-4f62-9aa8-345599cbd8bc.png" /> |
-
### Configuration
You can configure certain behavior of nvim-lsp-installer by calling the `.settings()` function.