Skip to content

Releases: folke/tokyonight.nvim

v1.16.0

19 Apr 11:19
ff81eac
Compare
Choose a tag to compare

1.16.0 (2023-04-19)

Features

  • Improve night barbar (#360) (4a5ea8c)
  • semantic_tokens: highlight lsp.typemod.macro.defaultLibrary as [@function](https://github.com/function).builtin (#358) (dc5b5e2)

v1.15.0

19 Apr 05:53
7a2ea2f
Compare
Choose a tag to compare

1.15.0 (2023-04-19)

Features

  • treesitter: darken builtin types & revert reset comment type (#356) (b6f207e)

v1.14.0

18 Apr 18:31
26bb05b
Compare
Choose a tag to compare

1.14.0 (2023-04-18)

Features

Bug Fixes

v1.13.0

18 Apr 08:24
d5f09fb
Compare
Choose a tag to compare

1.13.0 (2023-04-18)

Features

  • better style for DiagnosticUnnecessary (6ebd358)
  • semantic_tokens: slightly different style for interfaces and default types (3af1264)

Bug Fixes

  • semantic_tokens: slightly less difference for builtin types (939bd8c)

v1.12.0

17 Apr 06:31
ef8f591
Compare
Choose a tag to compare

1.12.0 (2023-04-17)

Features

Bug Fixes

  • lsp: enumMember should be highlighted [@constant](https://github.com/constant) (#352) (78bcc2f)

v1.11.0

16 Apr 20:01
6163a69
Compare
Choose a tag to compare

1.11.0 (2023-04-16)

Features

  • added support for LazyVim DapStoppedLine (ef6df2f)
  • better hl for markdown literal (e061044)

Bug Fixes

v1.10.0

23 Mar 06:57
1b0c880
Compare
Choose a tag to compare

1.10.0 (2023-03-23)

Features

v1.9.1

19 Mar 07:16
9d4d6d1
Compare
Choose a tag to compare

1.9.1 (2023-03-19)

Bug Fixes

v1.9.0

14 Mar 11:18
467d889
Compare
Choose a tag to compare

1.9.0 (2023-03-14)

Features

  • semantic_tokens: link lsp comments, e.g. conditional C ifdefs that won't evaluate (#334) (b233a3c)

v1.8.0

12 Mar 08:27
27203d7
Compare
Choose a tag to compare

1.8.0 (2023-03-12)

Features

  • semantic_tokens: link method and functions with defaultLibrary modifier to @function.builtin (#333) (e051206)

Bug Fixes