You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ 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)
❯ Added support for the status line of the `:terminal` window mode for Vim or Neovim. (PR #108 (supersedes #103), @dylnmc, 922504fb)
645
645
@@ -711,7 +711,7 @@ let g:nord_cursor_line_number_background = 1
711
711
712
712
❯ 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)
@@ -774,9 +774,9 @@ Setting `g:nord_uniform_diff_background` to `1` enables the uniform diff backgro
774
774
775
775
❯ Added a new [configuration to use uniform activate- and inactive status line backgrounds][24]. (#37 in PR #58, @dylnmc@DenniJensen, 93056802)
776
776
777
-
<palign="center"><strong>Default status lines</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-uniform-status-lines-default.png"/></p>
777
+
<palign="center"><strong>Default status lines</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-uniform-status-lines-default.png"/></p>
778
778
779
-
<palign="center"><strong>Uniform status lines</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-vim/master/assets/scrot-config-uniform-status-lines.png"/></p>
779
+
<palign="center"><strong>Uniform status lines</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-vim/main/assets/scrot-config-uniform-status-lines.png"/></p>
780
780
781
781
❯ Added a new [configuration to explicitly enable italic text formatting][23]. (#88 in PR #89, @lokesh-krishna@dylnmc, dbfc55ff)
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).
1043
1043
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)
0 commit comments