1 Star 0 Fork 0

dragon/mason.nvim

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
INSTALL_ROOT_DIR:=$(shell pwd)/tests/fixtures/mason
NVIM_HEADLESS:=nvim --headless --noplugin -u tests/minimal_init.vim
dependencies:
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim dependencies/pack/vendor/start/plenary.nvim
git clone --depth 1 https://github.com/nvim-neotest/neotest dependencies/pack/vendor/start/neotest
.PHONY: clean_dependencies
clean_dependencies:
rm -rf dependencies
.PHONY: clean_fixtures
clean_fixtures:
rm -rf "${INSTALL_ROOT_DIR}"
.PHONY: clean
clean: clean_fixtures clean_dependencies
.PHONY: test
test: clean_fixtures dependencies
INSTALL_ROOT_DIR=${INSTALL_ROOT_DIR} $(NVIM_HEADLESS) -c "call RunTests()"
# vim:noexpandtab
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragon-teng140806/mason.nvim.git
git@gitee.com:dragon-teng140806/mason.nvim.git
dragon-teng140806
mason.nvim
mason.nvim
main

搜索帮助