We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c9dd0 commit 4890bd0Copy full SHA for 4890bd0
Makefile
@@ -1,4 +1,5 @@
1
VIM_COLORTEMPLATE_VERSION = 2.2.3
2
+VIM_NVIM_ALIGN_VERSION = 0.14.0
3
4
all: colors style-check lint filetypes
5
@@ -24,7 +25,8 @@ vim-colortemplate:
24
25
26
mini-align:
27
mkdir -p mini-align
- curl -L https://github.com/echasnovski/mini.align/archive/refs/tags/v0.14.0.tar.gz | tar zx --directory mini-align --strip-components=1
28
+ curl -L https://github.com/echasnovski/mini.align/archive/refs/tags/v$(VIM_NVIM_ALIGN_VERSION).tar.gz | tar zx --directory mini-align --strip-components=1
29
+
30
style-check:
31
stylua . --check
32
0 commit comments