Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1.96 KB

Changelog

1.0.1 (2024-07-06)

Bug Fixes

  • colorscheme: don't set theme on win with theme already set (#13) (7005fa7)
  • fixed buggy split behaviour (#8) (e9ef6f6)
  • unset eventignore with empty string instead of nil (#11) (e8c7360)

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)