shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
803 stars 107 forks source link

Add explicit support for 'mini.nvim' #99

Closed echasnovski closed 2 years ago

echasnovski commented 2 years ago

Hi! I would like to add explicit support for mini.nvim.

Basic choices are taken from highlight groups to which 'mini.nvim' makes links by default or from analogous plugins.

Differences from default linked groups:

Before:

https://user-images.githubusercontent.com/24854248/177985502-004a8c9c-cf97-4c8a-b8d3-e46dd5280e39.mp4

After:

https://user-images.githubusercontent.com/24854248/177985520-c5a5b196-eeed-4a5e-b048-822619c0f9a6.mp4

shaunsingh commented 2 years ago

Lovely, thank you~