aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-12-02 14:28:37 +0100
committerGitHub <noreply@github.com>2022-12-02 14:28:37 +0100
commita42b5bab52ba076d5236d66cd6995032178108af (patch)
tree7b5acdb35cec0412ae47e736feeeef1e8291fc20 /README.md
parentfeat(ui): stick cursor to installation log toggle line (#713) (diff)
downloadmason-a42b5bab52ba076d5236d66cd6995032178108af.tar
mason-a42b5bab52ba076d5236d66cd6995032178108af.tar.gz
mason-a42b5bab52ba076d5236d66cd6995032178108af.tar.bz2
mason-a42b5bab52ba076d5236d66cd6995032178108af.tar.lz
mason-a42b5bab52ba076d5236d66cd6995032178108af.tar.xz
mason-a42b5bab52ba076d5236d66cd6995032178108af.tar.zst
mason-a42b5bab52ba076d5236d66cd6995032178108af.zip
docs: some general improvements (#715)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2f334ac..df620df3 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
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.
-Packages are installed to Neovim's `:h stdpath` by default. Executables are linked to a single `bin/` directory, which
+Packages are installed in Neovim's `:h stdpath` by default. Executables are linked to a single `bin/` directory, which
`mason.nvim` will add to Neovim's PATH during setup, allowing seamless access from Neovim builtins (shell, terminal,
etc.) as well as other 3rd party plugins.
@@ -238,3 +238,9 @@ local DEFAULT_SETTINGS = {
},
}
```
+
+---
+
+<sup>
+👋 didn't find what you were looking for? Try looking in the <a href="./doc/mason.txt">help docs</a> <code>:help mason.nvim</code>!
+</sup>