mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
6 lines
243 B
Makefile
Vendored
6 lines
243 B
Makefile
Vendored
test:
|
|
nvim --headless --noplugin -u scripts/minimal.vim -c "PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim'}"
|
|
|
|
generate_filetypes:
|
|
nvim --headless -c 'luafile scripts/update_filetypes_from_github.lua' -c 'qa!'
|