mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 23:10:04 +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!'
|