Skip to content

Commit a54f6b0

Browse files
committed
From master to main
Adapted to the default branch renaming from `master` to `main` [1] like documented in detail in the main task issue svengreb/styleguide-git#11 [2]. [1]: https://github.com/github/renaming [2]: svengreb/styleguide-git#11 Subtask of svengreb/styleguide-git#11 GH-313
1 parent 6cbbf7a commit a54f6b0

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

CHANGELOG.md renamed to changelog.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -633,13 +633,13 @@ This has been fixed by using `nord5` as foreground color. …[#11][34] was used
633633
let g:nord_cursor_line_number_background = 1
634634
```
635635

636-
<p align="center"><strong>No background (default)</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-cursor-line-number-background-default.png" /></p>
636+
<p align="center"><strong>No background (default)</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-cursor-line-number-background-default.png" /></p>
637637

638-
<p align="center"><strong>Enabled background</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-cursor-line-number-background.png" /></p>
638+
<p align="center"><strong>Enabled background</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-cursor-line-number-background.png" /></p>
639639

640640
❯ 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)
641641

642-
<p align="center"><strong>Underlined Text</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-underline.png"/></p>
642+
<p align="center"><strong>Underlined Text</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-underline.png"/></p>
643643

644644
❯ Added support for the status line of the `:terminal` window mode for Vim or Neovim. (PR #108 (supersedes #103), @dylnmc, 922504fb)
645645

@@ -711,7 +711,7 @@ let g:nord_cursor_line_number_background = 1
711711

712712
❯ 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)
713713

714-
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-plugin-support-ui-lightline-default.png"/></p>
714+
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-plugin-support-ui-lightline-default.png"/></p>
715715

716716
## Bug Fixes
717717

@@ -774,9 +774,9 @@ Setting `g:nord_uniform_diff_background` to `1` enables the uniform diff backgro
774774

775775
❯ Added a new [configuration to use uniform activate- and inactive status line backgrounds][24]. (#37 in PR #58, @dylnmc @DenniJensen, 93056802)
776776

777-
<p align="center"><strong>Default status lines</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-uniform-status-lines-default.png"/></p>
777+
<p align="center"><strong>Default status lines</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-uniform-status-lines-default.png"/></p>
778778

779-
<p align="center"><strong>Uniform status lines</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-uniform-status-lines.png"/></p>
779+
<p align="center"><strong>Uniform status lines</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-uniform-status-lines.png"/></p>
780780

781781
❯ Added a new [configuration to explicitly enable italic text formatting][23]. (#88 in PR #89, @lokesh-krishna @dylnmc, dbfc55ff)
782782

@@ -1039,19 +1039,19 @@ order. (@shuei72, #5, f8ffce24)
10391039

10401040
## Features
10411041

1042-
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).
1042+
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).
10431043

1044-
❯ Implemented the main color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/master/colors/nord.vim). (@arcticicestudio, #1, e2832b9)
1044+
❯ Implemented the main color theme file [`nord.vim`](https://github.com/arcticicestudio/nord-vim/blob/main/colors/nord.vim). (@arcticicestudio, #1, e2832b9)
10451045

1046-
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-lang-javascript.png"/></p>
1046+
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-lang-javascript.png"/></p>
10471047

1048-
❯ 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)
1048+
❯ 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)
10491049

1050-
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-plugin-support-ui-lightline.png"/></p>
1050+
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-plugin-support-ui-lightline.png"/></p>
10511051

1052-
❯ 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)
1052+
❯ 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)
10531053

1054-
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-plugin-support-ui-airline.png"/></p>
1054+
<p align="center"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-plugin-support-ui-airline.png"/></p>
10551055

10561056
# Project Initialization
10571057

@@ -1080,12 +1080,12 @@ otherwise Markdown elements are not parsed and rendered!
10801080
<!-- Base -->
10811081

10821082
[1]: https://www.nordtheme.com
1083-
[2]: https://github.com/arcticicestudio/nord-vim/blob/master/autoload/lightline/colorscheme/nord.vim
1083+
[2]: https://github.com/arcticicestudio/nord-vim/blob/main/autoload/lightline/colorscheme/nord.vim
10841084
[3]: https://github.com/arcticicestudio/nord
10851085

10861086
<!-- Shared -->
10871087

1088-
[4]: https://github.com/arcticicestudio/nord-vim/blob/master/autoload/airline/themes/nord.vim
1088+
[4]: https://github.com/arcticicestudio/nord-vim/blob/main/autoload/airline/themes/nord.vim
10891089
[5]: https://github.com/liuchengxu/vim-clap
10901090
[6]: https://github.com/neoclide/coc.nvim
10911091
[7]: https://neovim.io/doc/user/lsp.html
@@ -1199,7 +1199,7 @@ otherwise Markdown elements are not parsed and rendered!
11991199
<!-- 0.16.0 -->
12001200

12011201
[84]: https://github.com/arcticicestudio/nord-vim/pull/218
1202-
[85]: https://github.com/arcticicestudio/nord-vim/blob/master/colors/nord.vim
1202+
[85]: https://github.com/arcticicestudio/nord-vim/blob/main/colors/nord.vim
12031203
[86]: https://crispgm.com/page/neovim-is-overpowering.html
12041204
[87]: https://www.nordtheme.com/docs/colors-and-palettes
12051205
[88]: https://github.com/arcticicestudio/nord-vim/compare/v0.15.0...v0.16.0

README.md renamed to readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><a href="https://www.nordtheme.com/ports/vim" target="_blank"><img src="https://raw.githubusercontent.com/arcticicestudio/nord-docs/develop/assets/images/ports/vim/repository-hero.svg?sanitize=true"/></a></p>
22

3-
<p align="center"><a href="https://github.com/arcticicestudio/nord-vim/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-vim.svg?style=flat-square&label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://www.nordtheme.com/docs/ports/vim"><img src="https://img.shields.io/github/release/arcticicestudio/nord-vim.svg?style=flat-square&label=Docs&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI%2BCiAgICA8cGF0aCBmaWxsPSIjZDhkZWU5IiBkPSJNMTMuNzQ2IDIuODEzYS42Ny42NyAwIDAgMC0uNTU5LS4xMzNMOCAzLjg0OGwtNS4xODgtMS4xOGEuNjY5LjY2OSAwIDAgMC0uNTcuMTMzLjY3Ny42NzcgMCAwIDAtLjI0Mi41MzF2OC4xMzNjLS4wMDguMzIuMjEuNTk4LjUyLjY2OGw1LjMzMiAxLjE5OWguMjk2bDUuMzMyLTEuMmEuNjY4LjY2OCAwIDAgMCAuNTItLjY2N1YzLjMzMmEuNjU5LjY1OSAwIDAgMC0uMjU0LS41MnpNMy4zMzIgNC4xNjhsNCAuODk4djYuNzY2bC00LS44OTh6bTkuMzM2IDYuNzY2bC00IC44OThWNS4wNjZsNC0uODk4em0wIDAiLz4KPC9zdmc%2BCg%3D%3D"/></a> <a href="https://github.com/arcticicestudio/nord-vim/blob/master/changelog.md#050"><img src="https://img.shields.io/github/release/arcticicestudio/nord-vim.svg?style=flat-square&label=Changelog&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>
3+
<p align="center"><a href="https://github.com/arcticicestudio/nord-vim/releases/latest"><img src="https://img.shields.io/github/release/arcticicestudio/nord-vim.svg?style=flat-square&label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a> <a href="https://www.nordtheme.com/docs/ports/vim"><img src="https://img.shields.io/github/release/arcticicestudio/nord-vim.svg?style=flat-square&label=Docs&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI%2BCiAgICA8cGF0aCBmaWxsPSIjZDhkZWU5IiBkPSJNMTMuNzQ2IDIuODEzYS42Ny42NyAwIDAgMC0uNTU5LS4xMzNMOCAzLjg0OGwtNS4xODgtMS4xOGEuNjY5LjY2OSAwIDAgMC0uNTcuMTMzLjY3Ny42NzcgMCAwIDAtLjI0Mi41MzF2OC4xMzNjLS4wMDguMzIuMjEuNTk4LjUyLjY2OGw1LjMzMiAxLjE5OWguMjk2bDUuMzMyLTEuMmEuNjY4LjY2OCAwIDAgMCAuNTItLjY2N1YzLjMzMmEuNjU5LjY1OSAwIDAgMC0uMjU0LS41MnpNMy4zMzIgNC4xNjhsNCAuODk4djYuNzY2bC00LS44OTh6bTkuMzM2IDYuNzY2bC00IC44OThWNS4wNjZsNC0uODk4em0wIDAiLz4KPC9zdmc%2BCg%3D%3D"/></a> <a href="https://github.com/arcticicestudio/nord-vim/blob/main/changelog.md#050"><img src="https://img.shields.io/github/release/arcticicestudio/nord-vim.svg?style=flat-square&label=Changelog&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"/></a></p>
44

55
<p align="center"><a href="https://github.com/arcticicestudio/styleguide-markdown/releases/latest" target="_blank"><img src="https://img.shields.io/github/release/arcticicestudio/styleguide-markdown.svg?style=flat-square&label=Markdown%20Style%20Guide&colorA=4c566a&colorB=88c0d0&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDM5IDM5Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNEOERFRTkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMS41IDEuNWgzNnYzNmgtMzZ6Ii8%2BPHBhdGggZmlsbD0iI0Q4REVFOSIgZD0iTTIwLjY4MyAyNS42NTVsNS44NzItMTMuNDhoLjU2Nmw1Ljg3MyAxMy40OGgtMS45OTZsLTQuMTU5LTEwLjA1Ni00LjE2MSAxMC4wNTZoLTEuOTk1em0tMi42OTYgMGwtMTMuNDgtNS44NzJ2LS41NjZsMTMuNDgtNS44NzJ2MS45OTVMNy45MzEgMTkuNWwxMC4wNTYgNC4xNnoiLz48L3N2Zz4%3D"/></a> <a href="https://github.com/arcticicestudio/styleguide-git/releases/latest" target="_blank"><img src="https://img.shields.io/github/release/arcticicestudio/styleguide-git.svg?style=flat-square&label=Git%20Style%20Guide&logoColor=eceff4&colorA=4c566a&colorB=88c0d0&logo=git"/></a></p>
66

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

5555
<p align="center">Copyright &copy; 2016-present <a href="https://www.arcticicestudio.com" target="_blank">Arctic Ice Studio</a> and <a href="https://www.svengreb.de" target="_blank">Sven Greb</a></p>
5656

57-
<p align="center"><a href="https://github.com/arcticicestudio/nord-vim/blob/master/license"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=License&message=MIT&logoColor=eceff4&logo=github&colorA=4c566a&colorB=88c0d0"/></a></p>
57+
<p align="center"><a href="https://github.com/arcticicestudio/nord-vim/blob/main/license"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=License&message=MIT&logoColor=eceff4&logo=github&colorA=4c566a&colorB=88c0d0"/></a></p>
5858

5959
[1]: https://github.com/itchyny/lightline.vim
6060
[2]: https://github.com/junegunn/vim-plug

0 commit comments

Comments
 (0)