diff options
| author | William Boman <william@redwill.se> | 2025-05-20 12:26:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 12:26:06 +0200 |
| commit | 9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b (patch) | |
| tree | 534585811d791817eb82013a67732cb81622ce71 /doc | |
| parent | fix(pypi): pass --no-user flag (#1958) (diff) | |
| download | mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.tar mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.tar.gz mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.tar.bz2 mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.tar.lz mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.tar.xz mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.tar.zst mason-9eaedb864cdadc29c6eb7d761a6c0d8aee26c91b.zip | |
docs: rework Installation & Setup sections, and other minor adjustments (#1951)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mason.txt b/doc/mason.txt index 034463bf..091982a2 100644 --- a/doc/mason.txt +++ b/doc/mason.txt @@ -50,7 +50,7 @@ function: require("mason").setup() < Mason will do the following during setup: - 1) enhance the Neovim session's PATH environment + 1) add Mason's `bin/` directory to the Neovim session's PATH 2) register commands (|mason-commands|) Refer to |mason-settings| for all available settings. |
