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
⇅ [Show all commits][gh-compare-tag-v0.17.0_v0.18.0]
14
+
15
+
## Features
16
+
17
+
### Syntax
18
+
19
+
<details>
20
+
<summary><strong>Support for <ahref="https://github.com/vim-pandoc/vim-pandoc-syntax"target="_blank"rel="noreferrer"><code>vim-pandoc/vim-pandoc-syntax</code></a></strong> — #220 (⊶ 8d8b9bf8) by <ahref="https://github.com/tpoisot"target="_blank"rel="noreferrer">@tpoisot</a> and <ahref="https://github.com/BirgerNi"target="_blank"rel="noreferrer">@BirgerNi</a></summary>
21
+
22
+
↠ To improve syntax highlighting for [Pandoc][], support for the [vim-pandoc/vim-pandoc-syntax][] plugin has been implemented.
23
+
Most groups are linked to existing Markdown groups to ensure a consistent style across languages and different plugins.
<summary><strong>Support for <ahref="https://neovim.io/doc/user/lsp.html#lsp-highlight-codelens"target="_blank"rel="noreferrer">LSP code lenses</a></strong> — #266 (⊶ 02ddfadb) by <ahref="https://github.com/jan-xyz"target="_blank"rel="noreferrer">@jan-xyz</a></summary>
33
+
34
+
↠ Before [LSP code lenses][nvim-docs-lsp#codelens] were highlighted with the default color which has been changed to make it less visually intrusive, like other UI related elements, e.g. messages of linters.
↠ The `TSError` group is used to [highlight syntax/parser errors][nvim-treesitter/nvim-treesitter-blob-fb5d6e04#l493-l495] which caused an aggressive styling where the background color of many syntax elements was rendered with `nord11` during typing. This is a known problem and was fixed by many other themes by removing the group again. One of the [core maintainers of `nvim-treesitter` provided a solution by remapping groups][nvim-treesitter/nvim-treesitter#78#comment-647140700] and also mentioned that the group is [styled by the `nvim-treesitter` plugin but the active theme][nvim-treesitter/nvim-treesitter#1016#comment-797049591].
52
+
53
+
Syntax errors can still be highlighted through linters and parsers like [Neovim's LSP][neovim/nvim-lspconfig] can still be used instead to highlight errors with the correct style, e.g. only change the foreground color of a single word.
@@ -48,7 +98,7 @@ Even though Neovim divides more and more from Vim through specific features like
48
98
<details>
49
99
<summary><strong>Support for the <ahref="https://github.com/StanAngeloff/php.vim"target="_blank"rel="noreferrer">php.vim</a> plugin</strong> — #218, #262 ⇄ #263 (⊶ b3c46c87, 07452c71) by <ahref="https://github.com/pirey"target="_blank"rel="noreferrer">@pirey</a></summary>
50
100
51
-
↠ In [arcticicestudio/nord-vim#218][1] new highlighting groups for the bundled PHP syntax were added to improve the highlighting of classes, function and methods and the overall syntax token detection, but they are actually defined by the [php.vim][stanangeloff/php.vim] plugin. Therefore the added highlighting calls have been moved to a plugin section.
101
+
↠ In [arcticicestudio/nord-vim#218][] new highlighting groups for the bundled PHP syntax were added to improve the highlighting of classes, function and methods and the overall syntax token detection, but they are actually defined by the [php.vim][stanangeloff/php.vim] plugin. Therefore the added highlighting calls have been moved to a plugin section.
52
102
Additionally, the `phpClassExtends` and `phpClassImplements` groups have been added to improve the highlighting for classes that implement or extended interfaces/classes. The `phpUseClass` has also been added to improve the highlighting for imports.
53
103
54
104
To improve the highlighting with the bundled PHP syntax, the [following options][vim-docs#php_syntax] can be set:
@@ -813,7 +863,7 @@ To optimally improve the highlighting `nord3` will now be used as background col
813
863
814
864
### Configurations
815
865
816
-
❯ Added a configuration to enable [italic comments](https://github.com/arcticicestudio/nord-vim#italic-comments).
866
+
❯ Added a configuration to enable [italic comments](https://github.com/arcticicestudio/nord-vim#italic-comments).
817
867
To adhere to the Nord style guide this option is disabled by default. It can be enabled by setting the `g:nord_italic_comments` variable to `1`.
818
868
819
869
```vim
@@ -839,7 +889,7 @@ let g:nord_italic_comments = 1
839
889
840
890
### Documentation
841
891
842
-
❯ Added the new terminal emulator port project [Nord Hyper](https://github.com/arcticicestudio/nord-hyper)
892
+
❯ Added the new terminal emulator port project [Nord Hyper](https://github.com/arcticicestudio/nord-hyper)
@@ -850,7 +900,7 @@ let g:nord_italic_comments = 1
850
900
851
901
### Plugin Support
852
902
853
-
❯ The [Nord lightline.vim][nord-lightline] UI plugin theme now includes better support for the [tmuxline.vim](https://github.com/edkolev/tmuxline.vim) plugin. Before this implementation text shown in the main segment of the tmuxline, generated via the `:Tmuxline lightline` command, has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background.
903
+
❯ The [Nord lightline.vim][nord-lightline] UI plugin theme now includes better support for the [tmuxline.vim](https://github.com/edkolev/tmuxline.vim) plugin. Before this implementation text shown in the main segment of the tmuxline, generated via the `:Tmuxline lightline` command, has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background.
854
904
This has been fixed by using `nord5` as foreground color. (@scottwillmoore, #11, 4ea37f7e)
0 commit comments