We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab5390 commit d216b57Copy full SHA for d216b57
2 files changed
.github/workflows/ci.yml
@@ -14,11 +14,6 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
17
- - name: Setup Neovim
18
- uses: rhysd/action-setup-vim@v1
19
- with:
20
- neovim: true
21
-
22
- name: Setup mise
23
uses: jdx/mise-action@v2
24
with:
@@ -43,11 +38,6 @@ jobs:
43
38
44
39
45
40
46
47
48
49
50
51
41
52
42
53
mise.toml
@@ -1,4 +1,5 @@
1
[tools]
2
+neovim = "0.12"
3
stylua = "latest"
4
"cargo:vimcats" = { version = "latest", features = "cli" }
5
"aqua:LuaLS/lua-language-server" = "latest"
0 commit comments