Skip to content

Releases: linrongbin16/lin.nvim

v4.1.0

22 May 05:13
0a65317
Compare
Choose a tag to compare

4.1.0 (2024-05-20)

Features

  • barbar.nvim: migrate from 'bufferline.nvim' to 'barbar.nvim' (#569) (14b877d)
  • dropbar.nvim: migrate from 'barbecue.nvim' to 'dropbar.nvim' (#571) (b62c50f)
  • nvim-treesitter: add 'ensure_installed' sample module for treesitter parsers (#567) (443b0b2)

Bug Fixes

  • install: deprecate brew install with --cask (#570) (47fae89)

Reverts

  • bufferline.nvim: revert back from 'barbar.nvim' to 'bufferline.nvim' (#572) (23a133d)

v4.0.0

12 May 02:58
01dec07
Compare
Choose a tag to compare

4.0.0 (2024-05-11)

⚠ BREAKING CHANGES

  • options: use 2 spaces for indent width (#557)
  • options: use 2 spaces for ps1 indent width (#566)
  • builtin: refactor 'builtin.constants' (#564)

Performance Improvements

  • bufdelete.nvim: migrate to 'bufdelete.nvim' from 'vim-bbye' (#560) (8ed99e6)
  • lazy.nvim: reduce git timeout to 30s (#563) (5361d73)
  • nvim-treesitter: lazy initialize 'nvim-treesitter' (#565) (c7677a2)

Code Refactoring

  • builtin: refactor 'builtin.constants' (#564) (e3805ce)
  • options: use 2 spaces for indent width (#557) (637cf37)
  • options: use 2 spaces for ps1 indent width (#566) (637cf37)

v3.7.4

09 May 01:44
70bf018
Compare
Choose a tag to compare

3.7.4 (2024-05-09)

Bug Fixes

  • install: install 'fzf' with scoop for windows (#558) (9a16d2a)

v3.7.3

07 May 08:23
c61fd68
Compare
Choose a tag to compare

3.7.3 (2024-05-07)

Bug Fixes

  • nvim-treesitter: fix treesitter parser builds (#555) (7ae203d)

v3.7.2

07 May 07:06
6316365
Compare
Choose a tag to compare

3.7.2 (2024-05-07)

Bug Fixes

  • which-key.nvim: lazy initialize which-key.nvim (#553) (f809308)

v3.7.1

06 May 03:13
0f044ed
Compare
Choose a tag to compare

3.7.1 (2024-05-06)

Bug Fixes

  • nvim-treesitter: initialize 'nvim-treesitter' on VimEnter (#551) (c20a639)

v3.7.0

28 Apr 02:19
345c646
Compare
Choose a tag to compare

3.7.0 (2024-04-28)

Features

  • heirline.nvim: add more git status info (#548) (573c6f2)

v3.6.3

26 Apr 02:34
c24d5da
Compare
Choose a tag to compare

3.6.3 (2024-04-26)

Performance Improvements

  • heirline.nvim: use 'WinEnter' instead of 'CursorHold' event (#546) (f971650)

v3.6.2

26 Apr 02:18
27cff61
Compare
Choose a tag to compare

3.6.2 (2024-04-26)

Performance Improvements

  • heirline.nvim: async query git branch name, remove calling 'git-prompt-string' (#544) (1271988)

v3.6.1

25 Apr 02:14
d8b77c8
Compare
Choose a tag to compare

3.6.1 (2024-04-25)

Bug Fixes

  • heirline.nvim: fix git-prompt-string colors (#541) (dda4936)