From d04d478def3bb6ce730229d523969dc9963c3363 Mon Sep 17 00:00:00 2001 From: "domagoj.vukovic" Date: Sun, 8 Aug 2021 13:10:16 +0200 Subject: [PATCH 1/2] ref: remove unnecessary line from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9d44aff..52790e8 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ use { "vuki656/package-info.nvim" } ## ⚙️ Configuration -Package Info comes with the following defaults: - ### Usage ```lua From a038820bc16dd60d5277a1750a76ca6e3fcee0a2 Mon Sep 17 00:00:00 2001 From: "domagoj.vukovic" Date: Sun, 8 Aug 2021 20:10:33 +0200 Subject: [PATCH 2/2] fix: pipeline --- .github/{ => workflows}/default.yml | 0 lua/package-info/utils/constants.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/default.yml (100%) diff --git a/.github/default.yml b/.github/workflows/default.yml similarity index 100% rename from .github/default.yml rename to .github/workflows/default.yml diff --git a/lua/package-info/utils/constants.lua b/lua/package-info/utils/constants.lua index 9069bdf..79c214a 100644 --- a/lua/package-info/utils/constants.lua +++ b/lua/package-info/utils/constants.lua @@ -12,7 +12,7 @@ M.DEFAULT_OPTIONS = { outdated = "|  ", }, }, - autostart = true + autostart = true, } M.HIGHLIGHT_GROUPS = {