From a54f6b00faae34fd4a8c8c9d8a4ffc516dae6438 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 14 May 2022 15:04:06 +0200 Subject: [PATCH] From `master` to `main` Adapted to the default branch renaming from `master` to `main` [1] like documented in detail in the main task issue arcticicestudio/styleguide-git#11 [2]. [1]: https://github.com/github/renaming [2]: https://github.com/arcticicestudio/styleguide-git/issues/11 Subtask of arcticicestudio/styleguide-git#11 GH-313 --- CHANGELOG.md => changelog.md | 32 ++++++++++++++++---------------- README.md => readme.md | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) rename CHANGELOG.md => changelog.md (98%) rename README.md => readme.md (94%) diff --git a/CHANGELOG.md b/changelog.md similarity index 98% rename from CHANGELOG.md rename to changelog.md index 4780f86..585563c 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/master/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/main/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/master/colors/nord.vim). (@arcticicestudio, #1, e2832b9) +❯ Implemented the main color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/main/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/master/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/main/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/master/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/main/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/master/autoload/lightline/colorscheme/nord.vim +[2]: https://github.com/arcticicestudio/nord-vim/blob/main/autoload/lightline/colorscheme/nord.vim [3]: https://github.com/arcticicestudio/nord -[4]: https://github.com/arcticicestudio/nord-vim/blob/master/autoload/airline/themes/nord.vim +[4]: https://github.com/arcticicestudio/nord-vim/blob/main/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 @@ -1199,7 +1199,7 @@ otherwise Markdown elements are not parsed and rendered! [84]: https://github.com/arcticicestudio/nord-vim/pull/218 -[85]: https://github.com/arcticicestudio/nord-vim/blob/master/colors/nord.vim +[85]: https://github.com/arcticicestudio/nord-vim/blob/main/colors/nord.vim [86]: https://crispgm.com/page/neovim-is-overpowering.html [87]: https://www.nordtheme.com/docs/colors-and-palettes [88]: https://github.com/arcticicestudio/nord-vim/compare/v0.15.0...v0.16.0 diff --git a/README.md b/readme.md similarity index 94% rename from README.md rename to readme.md index 9e877f7..efe23d1 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