1 Star 0 Fork 0

dragon/nvim-web-devicons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
VIM_COLORTEMPLATE_VERSION = 2.2.3
all: colors style-check lint
colors: vim-colortemplate
nvim \
--clean \
--headless \
--cmd "set rtp^=vim-colortemplate" \
-c 'source scripts/generate_colors.lua' \
-c 'qall'
colors-check: colors
git diff --exit-code lua/nvim-web-devicons/icons-light.lua
vim-colortemplate:
mkdir -p vim-colortemplate
curl -L https://github.com/lifepillar/vim-colortemplate/archive/refs/tags/v$(VIM_COLORTEMPLATE_VERSION).tar.gz | tar zx --directory vim-colortemplate --strip-components=1
style-check:
stylua . --check
style-fix:
stylua .
lint:
luacheck lua scripts
clean:
rm -rf vim-colortemplate
.PHONY: all colors style-check style-fix lint
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dragon-teng140806/nvim-web-devicons.git
[email protected]:dragon-teng140806/nvim-web-devicons.git
dragon-teng140806
nvim-web-devicons
nvim-web-devicons
master

搜索帮助