| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.18.0 source code.tar.gz | 2021-09-12 | 31.3 kB | |
| 0.18.0 source code.zip | 2021-09-12 | 34.3 kB | |
| README.md | 2021-09-12 | 8.0 kB | |
| Totals: 3 Items | 73.6 kB | 0 | |
Changelog for Nord Vim — An arctic, north-bluish clean and elegant Vim color theme.
0.18.0
Features
Syntax
Support for vim-pandoc/vim-pandoc-syntax — [#220] (⊶ 8d8b9bf8) by @tpoisot and @BirgerNi
↠ To improve syntax highlighting for [Pandoc][], support for the [vim-pandoc/vim-pandoc-syntax][] plugin has been implemented.
Most groups are linked to existing Markdown groups to ensure a consistent style across languages and different plugins.

UI
Support for LSP code lenses — [#266] (⊶ 02ddfadb) by @jan-xyz
↠ 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.Before

After

Improvements
Syntax
Prevent aggressive error highlighting — [#269] ⇄ [#270] (⊶ e3e8a75c) by @jan-xyz
↠ 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](https://github.com/groups][nvim-treesitter/nvim-treesitter/issues/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](https://github.com/theme][nvim-treesitter/nvim-treesitter/issues/1016)#comment-797049591]. 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.
The full changelog is available in the repository
Copyright © 2016-present Arctic Ice Studio and Sven Greb
[nvim-treesitter/nvim-treesitter#1016#comment-797049591]: https://github.com/nvim-treesitter/nvim-treesitter/issues/1016#issuecomment-797049591 [nvim-treesitter/nvim-treesitter#78#comment-647140700]: https://github.com/nvim-treesitter/nvim-treesitter/issues/78#issuecomment-647140700