0.13.0
Changelog for Nord Vim — An arctic, north-bluish clean and elegant Vim color theme.
Features
UI
Support uniform status line background configuration for vim-airline and lightline.vim themes — #168 ⇄ #169 (⊶ 73b3d34) by @jmurinello
↠ Added support for the uniform status line theme configuration, introduced in version 0.7.0 through arcticicestudio/nord-vim#58, for the bundled vim-airline and lightline.vim themes.
lightline.vim
Before
After
vim-airline
Before
After
Basic support for coc.vim (Conquer of Completion) — #164 (⊶ a779726) by @hennessey
↠ Added basic support for coc.nvim, a Intellisense engine for Vim 8 & NeoVim with full language server protocol support.
Basic support for vim-startify — #159 ⇄ #176 (⊶ 38ab4a9)
↠ Added basic support for vim-startify with custom highlight groups.
Improvements
UI
No underlined style for gutter line numbers — #174 ⇄ #185 (⊶ 0d352c4) by @nixtrace and @alexandremjacques
↠ Vim version 8.1.2029 added the underline
attribute for the CursorLineNr
group to cterm
based on vim/vim#4933.
This change resulted in gutter line numbers being underlined which has now been reverted back to Nord's style by explicitly setting the attribute for the group to NONE
.
Before
After
Bug Fixes
Documentation
Fix missing whitespace — #165 (⊶ 81d80e4) by @vasilescur
↠ Fixed a missing whitespace in the README project description.
The full changelog is available here