aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-16 16:27:56 +0200
committerGitHub <noreply@github.com>2022-07-16 14:27:56 +0000
commitdc8ff2ad406dd66cfd19f11b038506dc7705becd (patch)
treef913d4c9452a491ef6124e6c99dd3113b2b01f7c /README.md
parentfix(scripts): prepend rtp and packpath (#82) (diff)
downloadmason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.gz
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.bz2
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.lz
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.xz
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.zst
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.zip
docs: updates (#83)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index aaea774e..69acbd96 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
<img src="https://user-images.githubusercontent.com/6705160/177613416-0c0354d2-f431-40d8-87f0-21310f0bba0e.png" alt="mason.nvim" />
<p align="center">
- Lightweight package manager for Neovim that runs everywhere Neovim runs.<br />
+ Portable package manager for Neovim that runs everywhere Neovim runs.<br />
Easily install and manage LSP servers, DAP servers, linters, and formatters.
</p>
@@ -185,9 +185,9 @@ local DEFAULT_SETTINGS = {
## `mason-lspconfig`
-`mason-lspconfig` is a native extension to `mason.nvim` that ships with
-`mason.nvim`. It bridges `mason.nvim` with the `lspconfig` plugin in order to
-make it easier to use the both plugins together.
+`mason-lspconfig` is a extension that ships with `mason.nvim`. It bridges `mason.nvim` with the
+[`lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin in order to make it easier to use the both plugins
+together.
It is recommended to use this extension if you use `lspconfig`. To use this extension, make sure to set it up after
`mason.nvim`, like so: