mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
6 lines
243 B
Makefile
6 lines
243 B
Makefile
|
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!'
|