mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
8 lines
239 B
Bash
8 lines
239 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
HERE="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
|
||
|
|
cd $HERE/..
|
||
|
|
|
||
|
|
nvim --headless --noplugin -u scripts/minimal_init.lua \
|
||
|
|
-c "PlenaryBustedDirectory lua/tests/indent/ { minimal_init = './scripts/minimal_init.lua' }"
|