diff options
| author | William Boman <william@redwill.se> | 2022-07-13 03:34:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-13 01:34:33 +0000 |
| commit | 720016d4fa525770d13e0933b05c919a5939622c (patch) | |
| tree | cb2885c26c0104c1398b26cc387e3eb264faaed1 /tests/minimal_init.vim | |
| parent | feat: add cspell spell checker (#65) (diff) | |
| download | mason-720016d4fa525770d13e0933b05c919a5939622c.tar mason-720016d4fa525770d13e0933b05c919a5939622c.tar.gz mason-720016d4fa525770d13e0933b05c919a5939622c.tar.bz2 mason-720016d4fa525770d13e0933b05c919a5939622c.tar.lz mason-720016d4fa525770d13e0933b05c919a5939622c.tar.xz mason-720016d4fa525770d13e0933b05c919a5939622c.tar.zst mason-720016d4fa525770d13e0933b05c919a5939622c.zip | |
fix(api): fix the :MasonUninstall command (#66)
Diffstat (limited to 'tests/minimal_init.vim')
| -rw-r--r-- | tests/minimal_init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/minimal_init.vim b/tests/minimal_init.vim index 86ed2ba2..1a4bfb31 100644 --- a/tests/minimal_init.vim +++ b/tests/minimal_init.vim @@ -18,6 +18,7 @@ lua require("test_helpers") lua <<EOF local index = require "mason-registry.index" index["dummy"] = "dummy_package" +index["dummy2"] = "dummy_package" require("mason").setup { install_root_dir = os.getenv("INSTALL_ROOT_DIR"), |
