From 9f0bdf3a0b226791b575d5179d48a6879470339c Mon Sep 17 00:00:00 2001 From: Nargonath Date: Sun, 18 Dec 2022 12:13:37 -0500 Subject: [PATCH 1/9] :construction_worker: add CHANGELOG.md generation --- .github/workflows/release.yml | 2 +- .releaserc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index befa75b..586b6b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: node-version: "lts/*" - name: Install dependencies # @see: https://github.com/semantic-release/semantic-release/discussions/2500#discussioncomment-3118983 - run: npm --location=global i semantic-release{@19,-gitmoji} @semantic-release/git + run: npm --location=global i semantic-release{@19,-gitmoji} @semantic-release/{changelog,git} - name: Release env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.releaserc.js b/.releaserc.js index 00809d8..ed657ad 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1,10 +1,10 @@ module.exports = { plugins: [ "semantic-release-gitmoji", + "@semantic-release/changelog", [ "@semantic-release/git", { - assets: ["CHANGELOG.md"], message: ":bookmark: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}", }, From bc745b8faf5f0c296d32780e002266913be03dc8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Dec 2022 00:50:12 +0000 Subject: [PATCH 2/9] :bookmark: 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # v1.0.0 (2022-12-20) ## ✨ New Features - [`62bd408`](https://github.com/spaceduck-theme/nvim/commit/62bd408) port basic spaceduck to lua - [`00cbec8`](https://github.com/spaceduck-theme/nvim/commit/00cbec8) add lualine support ## 🐛 Bug Fixes - [`b351754`](https://github.com/spaceduck-theme/nvim/commit/b351754) assert syntax_on existence properly and disable broken groups - [`ab971f0`](https://github.com/spaceduck-theme/nvim/commit/ab971f0) fix errors in lualine support - [`73c45d1`](https://github.com/spaceduck-theme/nvim/commit/73c45d1) remove unwanted character from StatusLineTermNC --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e8f55bf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# v1.0.0 (2022-12-20) + +## ✨ New Features +- [`62bd408`](https://github.com/spaceduck-theme/nvim/commit/62bd408) port basic spaceduck to lua +- [`00cbec8`](https://github.com/spaceduck-theme/nvim/commit/00cbec8) add lualine support + +## 🐛 Bug Fixes +- [`b351754`](https://github.com/spaceduck-theme/nvim/commit/b351754) assert syntax_on existence properly and disable broken groups +- [`ab971f0`](https://github.com/spaceduck-theme/nvim/commit/ab971f0) fix errors in lualine support +- [`73c45d1`](https://github.com/spaceduck-theme/nvim/commit/73c45d1) remove unwanted character from StatusLineTermNC From 97a5b79aaea610615ac5089b1ce6f37f8925a4bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Jul 2023 10:13:11 +0000 Subject: [PATCH 3/9] :bookmark: 1.0.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.0.1](https://github.com/spaceduck-theme/nvim/compare/v1.0.0...v1.0.1) (2023-07-01) ## 🐛 Bug Fixes - [`5e95aa5`](https://github.com/spaceduck-theme/nvim/commit/5e95aa5) Set proper style for window separator - [`c9307d1`](https://github.com/spaceduck-theme/nvim/commit/c9307d1) Change window separator color from cream to dark_purple (Issues: [`#5`](https://github.com/spaceduck-theme/nvim/issues/5)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f55bf..0137d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v1.0.1](https://github.com/spaceduck-theme/nvim/compare/v1.0.0...v1.0.1) (2023-07-01) + +## 🐛 Bug Fixes +- [`5e95aa5`](https://github.com/spaceduck-theme/nvim/commit/5e95aa5) Set proper style for window separator +- [`c9307d1`](https://github.com/spaceduck-theme/nvim/commit/c9307d1) Change window separator color from cream to dark_purple (Issues: [`#5`](https://github.com/spaceduck-theme/nvim/issues/5)) + # v1.0.0 (2022-12-20) ## ✨ New Features From f476d6804114d04295ecad83979c7b3946b08010 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 15:47:30 +0000 Subject: [PATCH 4/9] :bookmark: 1.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.1.0](https://github.com/spaceduck-theme/nvim/compare/v1.0.1...v1.1.0) (2023-12-29) ## ✨ New Features - [`a7aa1ea`](https://github.com/spaceduck-theme/nvim/commit/a7aa1ea) Add highlight for float border (Issues: [`#1`](https://github.com/spaceduck-theme/nvim/issues/1)) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0137d97..6661f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v1.1.0](https://github.com/spaceduck-theme/nvim/compare/v1.0.1...v1.1.0) (2023-12-29) + +## ✨ New Features +- [`a7aa1ea`](https://github.com/spaceduck-theme/nvim/commit/a7aa1ea) Add highlight for float border (Issues: [`#1`](https://github.com/spaceduck-theme/nvim/issues/1)) + # [v1.0.1](https://github.com/spaceduck-theme/nvim/compare/v1.0.0...v1.0.1) (2023-07-01) ## 🐛 Bug Fixes From fb9a8015410c0d59b7609087f76dfe377cc1b4eb Mon Sep 17 00:00:00 2001 From: KevoTHRASHER Date: Fri, 7 Jun 2024 23:41:14 -0600 Subject: [PATCH 5/9] Add instructions in README.md to install plugin with LazyVim --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index f0bed33..f07f4f0 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,19 @@ _Note: if something looks off please submit an issue with a screenshot_ ```lua use({ "spaceduck-theme/nvim", as = "spaceduck" }) ``` +## [lazy.nvim](https://github.com/folke/lazy.vim) + +```lua +return { + "spaceduck-theme/nvim", + name = "spaceduck", + lazy = false, + priority = 1000, + config = function() + vim.cmd[[colorscheme spaceduck]] + end +} +``` We use semver on spaceduck so you can refer to a specific tag if you want instead of the `master` branch. @@ -51,6 +64,8 @@ We use semver on spaceduck so you can refer to a specific tag if you want instea lualine replace mode screenshot +## PACKER + ```lua require("lualine").setup({ options = { @@ -58,6 +73,30 @@ require("lualine").setup({ }, }) ``` +## LAZYVIM + +```lua +return { + "nvim-lualine/lualine.nvim", + dependencies = { 'nvim-tree/nvim-web-devicons' }, + lazy = false, + priority = 1000, + opts = { + options = { + globalstatus = true, + theme = 'spaceduck', + }, + tabline = { + lualine_a = {'buffers'}, + lualine_b = {}, + lualine_c = {}, + lualine_x = {}, + lualine_y = {}, + lualine_z = {'tabs'}, + }, + }, +} +``` # Contributing From 56790a1a91e0a63f045df9d3737c2b070e86a8d8 Mon Sep 17 00:00:00 2001 From: KevoTHRASHER Date: Sat, 8 Jun 2024 00:09:22 -0600 Subject: [PATCH 6/9] Delete options Tabline to instructions --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f07f4f0..dc4a34b 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,6 @@ return { globalstatus = true, theme = 'spaceduck', }, - tabline = { - lualine_a = {'buffers'}, - lualine_b = {}, - lualine_c = {}, - lualine_x = {}, - lualine_y = {}, - lualine_z = {'tabs'}, - }, }, } ``` From 3d7d6acb56d4db2eb5283808566ebae0f72fd23e Mon Sep 17 00:00:00 2001 From: KevoTHRASHER Date: Mon, 17 Jun 2024 21:31:49 -0600 Subject: [PATCH 7/9] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc4a34b..c023255 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ use({ "spaceduck-theme/nvim", as = "spaceduck" }) ``` ## [lazy.nvim](https://github.com/folke/lazy.vim) +```lua +{ "spaceduck-theme/nvim", name = "spaceduck", priority = 1000 } +``` + +If you have structure your plugins ***lua/plugins*** folder with a file per plugin, or a separate file + ```lua return { "spaceduck-theme/nvim", From 478dc5e4149d02834b3507dcca81854444451abc Mon Sep 17 00:00:00 2001 From: KevoTHRASHER Date: Wed, 19 Jun 2024 22:07:10 -0600 Subject: [PATCH 8/9] Add link in titles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c023255..1a02b88 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ We use semver on spaceduck so you can refer to a specific tag if you want instea lualine replace mode screenshot -## PACKER +## [packer.nvim](https://github.com/wbthomason/packer.nvim) ```lua require("lualine").setup({ @@ -79,7 +79,7 @@ require("lualine").setup({ }, }) ``` -## LAZYVIM +## [lazy.nvim](https://github.com/folke/lazy.vim) ```lua return { From f26f3f7be72a2e0bec60d4c1d2b1c0470643d660 Mon Sep 17 00:00:00 2001 From: KevoTHRASHER Date: Wed, 19 Jun 2024 22:22:54 -0600 Subject: [PATCH 9/9] Remove lazy, priority & globalstatus config in lualine instructions --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a02b88..50ef456 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

Spaceduck theme for Nvim

- Spaceduck for neovim. All Lua, all spaceduck, always intergalactic. +

Spaceduck theme for Nvim

+ Spaceduck for neovim. All Lua, all spaceduck, always intergalactic.

@@ -85,11 +85,8 @@ require("lualine").setup({ return { "nvim-lualine/lualine.nvim", dependencies = { 'nvim-tree/nvim-web-devicons' }, - lazy = false, - priority = 1000, opts = { options = { - globalstatus = true, theme = 'spaceduck', }, },