aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-22 14:29:42 +0200
committerGitHub <noreply@github.com>2022-07-22 12:29:42 +0000
commit4b999f3f8cafce38e329ac546c92137c48002a9b (patch)
tree21206fe8a1a0571e23767c2d2ecdc2e313ec7e51 /doc
parentdocs: update the setup section (#114) (diff)
downloadmason-4b999f3f8cafce38e329ac546c92137c48002a9b.tar
mason-4b999f3f8cafce38e329ac546c92137c48002a9b.tar.gz
mason-4b999f3f8cafce38e329ac546c92137c48002a9b.tar.bz2
mason-4b999f3f8cafce38e329ac546c92137c48002a9b.tar.lz
mason-4b999f3f8cafce38e329ac546c92137c48002a9b.tar.xz
mason-4b999f3f8cafce38e329ac546c92137c48002a9b.tar.zst
mason-4b999f3f8cafce38e329ac546c92137c48002a9b.zip
docs: fixup the mason.txt help (#115)
Diffstat (limited to 'doc')
-rw-r--r--doc/mason.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/mason.txt b/doc/mason.txt
index 706a6660..1e4260eb 100644
--- a/doc/mason.txt
+++ b/doc/mason.txt
@@ -10,8 +10,7 @@ INTRODUCTION *mason-introduction*
`mason.nvim` is a Neovim plugin that allow you to easily manage external
editor tooling such as LSP servers, DAP servers, linters, and formatters
through a single interface. It runs everywhere Neovim runs (across Linux,
-macOS, Windows, etc.), with only a small set of [external
-requirements](#requirements) needed.
+macOS, Windows, etc.), with only a small set of external requirements needed.
Packages are installed to Neovim's `:h stdpath` by default. Executables are
linked to a single `bin/` directory, which `mason.nvim` will add to the
@@ -47,7 +46,7 @@ QUICK START *mason-quickstart*
The only thing needed to get started with mason.nvim is to make sure
to call the `setup()` function:
- require("mason").setup {}
+ require("mason").setup()
This will enhance the Neovim session's PATH environment with the location of
executables installed with mason.nvim.