diff options
| author | William Boman <william@redwill.se> | 2022-12-04 19:59:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-04 19:59:43 +0100 |
| commit | 98b9091b47bef1795392df0dbcbd9b33f6969c4b (patch) | |
| tree | 0f257f777bd530c7ba966c9afb34a97a126ce608 /tests/minimal_init.vim | |
| parent | feat(mockdebug): write & link mock-debug-adapter executable (#723) (diff) | |
| download | mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.tar mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.tar.gz mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.tar.bz2 mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.tar.lz mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.tar.xz mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.tar.zst mason-98b9091b47bef1795392df0dbcbd9b33f6969c4b.zip | |
feat: show warning message when exiting neovim with active installations (#725)
Diffstat (limited to 'tests/minimal_init.vim')
| -rw-r--r-- | tests/minimal_init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/minimal_init.vim b/tests/minimal_init.vim index ab61d7ed..f099416c 100644 --- a/tests/minimal_init.vim +++ b/tests/minimal_init.vim @@ -18,7 +18,7 @@ lua require("test_helpers") lua <<EOF local index = require "mason-registry.index" index["dummy"] = "dummy_package" -index["dummy2"] = "dummy_package" +index["dummy2"] = "dummy2_package" require("mason").setup { install_root_dir = vim.env.INSTALL_ROOT_DIR, |
