From a397bf516d0c99dc2829e9fdbbb635cf779b25ab Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Sun, 8 Feb 2026 15:18:42 -0500 Subject: [PATCH] ci: fix stylua download URL to specific version --- .github/workflows/stylua.yaml | 2 +- init.lua | 2 +- lazy-lock.json | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stylua.yaml b/.github/workflows/stylua.yaml index d155c31..66b8c50 100644 --- a/.github/workflows/stylua.yaml +++ b/.github/workflows/stylua.yaml @@ -14,7 +14,7 @@ jobs: steps: - run: | if ! command -v stylua &> /dev/null; then - curl -L -o /tmp/stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/latest/download/stylua-linux.zip" + curl -L -o /tmp/stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.0.2/stylua-linux.zip" unzip /tmp/stylua.zip -d /tmp sudo mv /tmp/stylua /usr/local/bin/ rm /tmp/stylua.zip diff --git a/init.lua b/init.lua index 4ae37dc..0a44ccd 100755 --- a/init.lua +++ b/init.lua @@ -23,4 +23,4 @@ require('config.autocmds') require('config.options') require('config.mappings') require('config.utils') -require('config.themes') + diff --git a/lazy-lock.json b/lazy-lock.json index ac2156e..c80bd91 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,5 +1,4 @@ { - "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, "CopilotChat.nvim": { "branch": "main", "commit": "69199d46b56f67a226789da256264c6291c4e63d" }, "LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" }, "atac.nvim": { "branch": "main", "commit": "31a23a02fb2bc8c85b0b572d05aa6cb09debb8e4" }, @@ -49,7 +48,6 @@ "nvim-notify": { "branch": "master", "commit": "8701bece920b38ea289b457f902e2ad184131a5d" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, "nvim-treesitter-context": { "branch": "master", "commit": "64dd4cf3f6fd0ab17622c5ce15c91fc539c3f24a" }, - "nvim-treesitter-textobjects": { "branch": "main", "commit": "a0e182ae21fda68c59d1f36c9ed45600aef50311" }, "nvim-web-devicons": { "branch": "master", "commit": "746ffbb17975ebd6c40142362eee1b0249969c5c" }, "oil.nvim": { "branch": "master", "commit": "f55b25e493a7df76371cfadd0ded5004cb9cd48a" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },