From 4a0601cf008109c7f4533c26ed8992fedf2ed9e3 Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 25 Jul 2023 15:14:38 +0200 Subject: 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. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2