File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /bin/env bash
1+ #! /usr/ bin/env bash
22
3- nvim -l tests/minit.lua --minitest
3+ nvim -l tests/minit.lua --minitest " $@ "
Original file line number Diff line number Diff line change 22
33vim .env .LAZY_STDPATH = " .tests"
44vim .env .LAZY_PATH = vim .fs .normalize (" ~/projects/lazy.nvim" )
5- load (vim .fn .system (" curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua" ))()
5+
6+ if vim .fn .isdirectory (vim .env .LAZY_PATH ) then
7+ loadfile (vim .env .LAZY_PATH .. " /bootstrap.lua" )()
8+ else
9+ load (vim .fn .system (" curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua" ), " bootstrap.lua" )()
10+ end
611
712-- Setup lazy.nvim
813require (" lazy.minit" ).setup ({
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ base : lua51
2+ lua_versions :
3+ - luajit
4+
5+ globals :
6+ Snacks :
7+ any : true
8+ vim :
9+ any : true
10+ jit :
11+ any : true
12+ assert :
13+ any : true
14+ describe :
15+ any : true
16+ it :
17+ any : true
18+ before_each :
19+ any : true
You can’t perform that action at this time.
0 commit comments