aboutsummaryrefslogtreecommitdiffstats
path: root/tests/minimal_init.vim
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-07-19 13:52:36 +0200
committerGitHub <noreply@github.com>2022-07-19 11:52:36 +0000
commit3bbf1029789744c61a19efa53c5c94caefbca1be (patch)
tree0d6a5ad9e3419fa3d1198bb988efc828e17a3c94 /tests/minimal_init.vim
parentfeat: add isort formatter (#98) (diff)
downloadmason-3bbf1029789744c61a19efa53c5c94caefbca1be.tar
mason-3bbf1029789744c61a19efa53c5c94caefbca1be.tar.gz
mason-3bbf1029789744c61a19efa53c5c94caefbca1be.tar.bz2
mason-3bbf1029789744c61a19efa53c5c94caefbca1be.tar.lz
mason-3bbf1029789744c61a19efa53c5c94caefbca1be.tar.xz
mason-3bbf1029789744c61a19efa53c5c94caefbca1be.tar.zst
mason-3bbf1029789744c61a19efa53c5c94caefbca1be.zip
chore: update generated code (#99)
* chore: update generated code * prepend rtp * stub is_installed Co-authored-by: William Boman <william@redwill.se>
Diffstat (limited to 'tests/minimal_init.vim')
-rw-r--r--tests/minimal_init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/minimal_init.vim b/tests/minimal_init.vim
index a42b6f89..ab61d7ed 100644
--- a/tests/minimal_init.vim
+++ b/tests/minimal_init.vim
@@ -7,7 +7,7 @@ let $mason = getcwd()
let $test_helpers = getcwd() .. "/tests/helpers"
let $dependencies = getcwd() .. "/dependencies"
-set rtp+=$mason,$test_helpers
+set rtp^=$mason,$test_helpers
set packpath=$dependencies
packloadall