diff options
| author | William Boman <william@redwill.se> | 2023-07-25 15:14:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-25 13:14:38 +0000 |
| commit | 4a0601cf008109c7f4533c26ed8992fedf2ed9e3 (patch) | |
| tree | 16bb1fccd48819dc62ae8f7966c15c9ca8ab5456 /README.md | |
| parent | chore(main): release 1.6.1 (#1423) (diff) | |
| download | mason-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.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |
