summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-07-25 15:14:38 +0200
committerGitHub <noreply@github.com>2023-07-25 13:14:38 +0000
commit4a0601cf008109c7f4533c26ed8992fedf2ed9e3 (patch)
tree16bb1fccd48819dc62ae8f7966c15c9ca8ab5456 /README.md
parentchore(main): release 1.6.1 (#1423) (diff)
downloadmason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.tar
mason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.tar.gz
mason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.tar.bz2
mason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.tar.lz
mason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.tar.xz
mason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.tar.zst
mason-4a0601cf008109c7f4533c26ed8992fedf2ed9e3.zip
docs: remove :MasonUpdate from plugin manager lifecycle (#1425)
This is really not necessary and is problematic because the plugin must have been setup before this command is executed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7faf5a6b..3cfffed0 100644
--- a/README.md
+++ b/README.md
@@ -98,8 +98,7 @@ your personal usage, some of these will also need to be installed. Refer to `:ch
```lua
use {
- "williamboman/mason.nvim",
- run = ":MasonUpdate" -- :MasonUpdate updates registry contents
+ "williamboman/mason.nvim"
}
```
@@ -108,15 +107,13 @@ use {
```lua
{
"williamboman/mason.nvim",
- build = ":MasonUpdate" -- :MasonUpdate updates registry contents
}
```
## [vim-plug](https://github.com/junegunn/vim-plug)
```vim
-" :MasonUpdate updates registry contents
-Plug 'williamboman/mason.nvim', { 'do': ':MasonUpdate' }
+Plug 'williamboman/mason.nvim'
```
# Setup