Releases: linrongbin16/lin.nvim
Releases · linrongbin16/lin.nvim
v4.1.4
4.1.4 (2024-09-03)
Reverts
- install: revert node/python install on Windows (#602) (1aa5789)
v4.1.3
4.1.3 (2024-07-22)
Bug Fixes
- heirline.nvim: remove 'print' debugging info from statusline (#591) (3ab9fc3)
- install: don't use 'scoop' or 'brew' to install cargo commands, use 'cargo' (#591) (3ab9fc3)
v4.1.2
4.1.2 (2024-07-03)
Bug Fixes
- fzfx.nvim: fix 'FzfxBuffersV' to 'FzfxBuffers visual' (#581) (fbfc5b2)
- lsp: remove 'clangd_switch_source_header' (#579) (9cc7215)
v4.1.1
4.1.1 (2024-06-12)
Bug Fixes
Performance Improvements
- loader: add 'vim.loader' in preinit sample (#577) (b05f5f0)
v4.1.0
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
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
3.7.4 (2024-05-09)
Bug Fixes
- install: install 'fzf' with scoop for windows (#558) (9a16d2a)
v3.7.3
3.7.3 (2024-05-07)
Bug Fixes
- nvim-treesitter: fix treesitter parser builds (#555) (7ae203d)
v3.7.2
3.7.2 (2024-05-07)
Bug Fixes
- which-key.nvim: lazy initialize which-key.nvim (#553) (f809308)
v3.7.1
3.7.1 (2024-05-06)
Bug Fixes
- nvim-treesitter: initialize 'nvim-treesitter' on VimEnter (#551) (c20a639)