Skip to content

Releases: linrongbin16/lin.nvim

v2.2.1

02 Nov 10:13
e821c33
Compare
Choose a tag to compare

2.2.1 (2023-11-02)

Bug Fixes

  • install: remove 'neoconf.json' installation (#353) (163d9d4)

Performance Improvements

v2.2.0

01 Nov 02:23
dbff045
Compare
Choose a tag to compare

2.2.0 (2023-11-01)

Features

  • fzfx.nvim: map '<space>gs' for FzfxGStatus & other performance improvements (#344) (9c0b7a5)

Bug Fixes

v2.1.2

30 Oct 14:38
da71808
Compare
Choose a tag to compare

2.1.2 (2023-10-30)

Performance Improvements

v2.1.1

30 Oct 08:56
74f2d9b
Compare
Choose a tag to compare

2.1.1 (2023-10-30)

Bug Fixes

  • fzfx.nvim+bufferline.nvim: fix FzfxGBranches keys and bufferline version (#338) (1053e4e)

v2.1.0

27 Oct 09:22
9cb4820
Compare
Choose a tag to compare

2.1.0 (2023-10-27)

Features

  • nvim-spectre: search and replace solution (#336) (e8159cf)
  • stickybuf.nvim: stick to non-editable buffer (#334) (5558286)

v2.0.1

26 Oct 14:46
f9ace6d
Compare
Choose a tag to compare

2.0.1 (2023-10-26)

Bug Fixes

  • lualine.nvim: fix gitgutter component NPE (#330) (dc7e915)
  • plugins: add vim-gitgutter as lualine dependency (#332) (74f44be)

Performance Improvements

  • conform.nvim: use prettier instead of prettierd (#328) (b8b2edb)

v2.0.0

24 Oct 13:45
3a4b57f
Compare
Choose a tag to compare

2.0.0 (2023-10-24)

⚠ BREAKING CHANGES

  • install: drop golang and move lazygit.nvim to user plugins (#326)

Features

  • mason-lspconfig.nvim: set chirdThirdParty=false for lua ls (#324) (0196772)

Bug Fixes

  • install: do not install git if exists (398cb0d)
  • install: fix legacy installer (#322) (c601326)

Performance Improvements

  • install: drop golang and move lazygit.nvim to user plugins (#326) (701698b)
  • lualine.nvim: remove deadcode (#320) (4f06922)

v1.1.0

24 Oct 01:44
fbabdcb
Compare
Choose a tag to compare

1.1.0 (2023-10-24)

Features

Performance Improvements

  • neoconf.nvim: remove 'neoconf.nvim', optimize 'neodev.nvim' loading (#318) (fa1854b)

v1.0.1

23 Oct 06:34
edd4b55
Compare
Choose a tag to compare

1.0.1 (2023-10-23)

Bug Fixes

v1.0.0

23 Oct 02:16
937befe
Compare
Choose a tag to compare

1.0.0 (2023-10-23)

⚠ BREAKING CHANGES

  • lazy.nvim: remove 'user_plugins' module, rename 'user_plugins_blacklist' to 'plugins_blacklist' (#304)

break

  • lazy.nvim: remove 'user_plugins' module, rename 'user_plugins_blacklist' to 'plugins_blacklist' (#304) (160d7b4)

Performance Improvements

  • builtin: rewrite message with vim.api.nvim_echo API (#306) (a742675)
  • neoconf: lazy load neodev/SchemaStore, move out of neoconf's dependency (#302) (3410b41)