From 6cbbf7a1bb5c93d76cb95a33170b4b4663c7bad3 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 14 May 2022 14:40:11 +0200 Subject: [PATCH] GitHub Flow migration (#312) Adapted to "GitHub Flow" [1] like documented in detail in the main task issue arcticicestudio/styleguide-git#9 [2]. [1]: https://guides.github.com/introduction/flow [2]: https://guides.github.com/arcticicestudio/styleguide-git/issues/9 Co-authored-by: Sven Greb Co-authored-by: Arctic Ice Studio Subtask of arcticicestudio/styleguide-git#9 GH-311 --- CHANGELOG.md | 30 +++++++++++++++--------------- README.md | 4 ++-- LICENSE.md => license | 0 3 files changed, 17 insertions(+), 17 deletions(-) rename LICENSE.md => license (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8279844..4780f862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -633,13 +633,13 @@ This has been fixed by using `nord5` as foreground color. …[#11][34] was used let g:nord_cursor_line_number_background = 1 ``` -

No background (default)

+

No background (default)

-

Enabled background

+

Enabled background

❯ Added a new [configuration to allow users to globally toggle underlines][32] for cases where the terminal emulator might not be capable to handle underlines in terminal mode. It can be enabled by setting the `g:nord_underline` variable to `1`. (#106 in PR #127 (supersedes #109), @dylnmc @markand , 01cfd1be) -

Underlined Text

+

Underlined Text

❯ Added support for the status line of the `:terminal` window mode for Vim or Neovim. (PR #108 (supersedes #103), @dylnmc, 922504fb) @@ -711,7 +711,7 @@ let g:nord_cursor_line_number_background = 1 ❯ The lightline screenshots in the documentation have been made using the [lightline's advanced configurations][26]. This confused users when the lighline does not equal the one seen on the screenshot due to the default lightline configuration. This has now been clarified including a additional screenshot showing the appearance of the lightline when using the default configuration. (#74 in PR #94, @lokesh-krishna, 3c14c961) -

+

## Bug Fixes @@ -774,9 +774,9 @@ Setting `g:nord_uniform_diff_background` to `1` enables the uniform diff backgro ❯ Added a new [configuration to use uniform activate- and inactive status line backgrounds][24]. (#37 in PR #58, @dylnmc @DenniJensen, 93056802) -

Default status lines

+

Default status lines

-

Uniform status lines

+

Uniform status lines

❯ Added a new [configuration to explicitly enable italic text formatting][23]. (#88 in PR #89, @lokesh-krishna @dylnmc, dbfc55ff) @@ -1039,19 +1039,19 @@ order. (@shuei72, #5, f8ffce24) ## Features -Detailed information about features, supported plugins/languages and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-vim/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-vim/wiki). +Detailed information about features, supported plugins/languages and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-vim/blob/master/readme.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-vim/wiki). -❯ Implemented the main color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/develop/colors/nord.vim). (@arcticicestudio, #1, e2832b9) +❯ Implemented the main color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/master/colors/nord.vim). (@arcticicestudio, #1, e2832b9) -

+

-❯ Implemented the [lightline](https://github.com/itchyny/lightline.vim) color scheme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/lightline/colorscheme/nord.vim). (@arcticicestudio, #2, f9891ffe) +❯ Implemented the [lightline](https://github.com/itchyny/lightline.vim) color scheme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/master/autoload/lightline/colorscheme/nord.vim). (@arcticicestudio, #2, f9891ffe) -

+

-❯ Implemented the [airline](https://github.com/vim-airline/vim-airline) color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/airline/themes/nord.vim). (@arcticicestudio, #3, e54464a7) +❯ Implemented the [airline](https://github.com/vim-airline/vim-airline) color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/master/autoload/airline/themes/nord.vim). (@arcticicestudio, #3, e54464a7) -

+

# Project Initialization @@ -1080,12 +1080,12 @@ otherwise Markdown elements are not parsed and rendered! [1]: https://www.nordtheme.com -[2]: https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/lightline/colorscheme/nord.vim +[2]: https://github.com/arcticicestudio/nord-vim/blob/master/autoload/lightline/colorscheme/nord.vim [3]: https://github.com/arcticicestudio/nord -[4]: https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/airline/themes/nord.vim +[4]: https://github.com/arcticicestudio/nord-vim/blob/master/autoload/airline/themes/nord.vim [5]: https://github.com/liuchengxu/vim-clap [6]: https://github.com/neoclide/coc.nvim [7]: https://neovim.io/doc/user/lsp.html diff --git a/README.md b/README.md index 9dce0492..9e877f79 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-

+

@@ -54,7 +54,7 @@ The guide also includes information about [minimal, complete, and verifiable exa

Copyright © 2016-present Arctic Ice Studio and Sven Greb

-

+

[1]: https://github.com/itchyny/lightline.vim [2]: https://github.com/junegunn/vim-plug diff --git a/LICENSE.md b/license similarity index 100% rename from LICENSE.md rename to license