diff options
| author | William Boman <william@redwill.se> | 2022-12-02 14:28:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-02 14:28:37 +0100 |
| commit | a42b5bab52ba076d5236d66cd6995032178108af (patch) | |
| tree | 7b5acdb35cec0412ae47e736feeeef1e8291fc20 /README.md | |
| parent | feat(ui): stick cursor to installation log toggle line (#713) (diff) | |
| download | mason-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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |
