aboutsummaryrefslogtreecommitdiffstats
path: root/test/minimal_init.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(tests): simpler temp_dir detection (#1626)kylo2522022-01-021-6/+1
|
* feat: support using `minimal_init.lua` on windows (#1354)kylo2522021-11-141-4/+21
| | | | * let `packpath` use the correct temp folder per platform * use the appropriate path-separator per platform
* chore: update minimal init.lua to use format func (#1314)Michael Lingelbach2021-10-161-0/+3
|
* chore: make minimal_init.lua more robust (#1131)Christian Clason2021-08-101-14/+16
| | | | | | | | | 1. setting `runtimepath` to `$VIMRUNTIME` _only_ (skipping user plugins but still sourcing builtin filetype plugins) 2. putting the `packer_compiled.lua` into a temp directory to avoid clobbering the user's own (or, worse, conflicting if they configured a non-standard location themselves) 3. updating installed plugins unconditionally (to prevent stale plugins from earlier tests)
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-30/+30
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-45/+47
|
* minimal config: make bootstrap on first startMichael Lingelbach2021-04-031-58/+63
|
* minimal config: updateMichael Lingelbach2021-04-011-2/+3
|
* Bump minimal init.luaMichael Lingelbach2021-03-141-6/+4
|
* Issue template: add minimal init.lua to repo and clean up issue templateMichael Lingelbach2021-01-071-0/+72