Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 1.27 KB

Changelog

1.0.0 (2023-01-04)

Features

  • added Styler command to set a colorscheme for the current buffer (b097163)
  • initial commit (ec524aa)
  • much better way of loading colorschemes, but only support those that use vim.api.nvim_set_hl (0531487)
  • support lazy-loaded colorschemes (ec3c4b0)

Bug Fixes

  • save current theme highlights to fix weirdness with cleared hl groups (fea5cef)
  • update current defs where needed (d4d0cdc)
  • use main style for cleared highlights (312c3cb)
  • work-around for nvim__get_hl_defs weirdness with links and empty treesitter groups (ce5f859)