Releases: linrongbin16/lin.nvim
Releases · linrongbin16/lin.nvim
v5.1.0
5.1.0 (2024-12-04)
Features
- outline.nvim: migrate "aerial.nvim" to "outline.nvim" (#628) (896ad59)
v5.0.0
5.0.0 (2024-12-03)
⚠ BREAKING CHANGES
- nvim-treesitter: drop "nvim-treesitter" to avoid freeze nvim (#625)
Features
- LuaSnip.nvim: use "LuaSnip.nvim" for snippet (#624) (2c4dcc3)
Code Refactoring
- nvim-treesitter: drop "nvim-treesitter" to avoid freeze nvim (#625) (99caea9)
v4.3.0
4.3.0 (2024-11-27)
Features
- blink.cmp: migrate from "nvim-cmp" to "blink.cmp" (#620) (0193e23)
- peek.nvim: add key mappings for "peek.nvim" (#618) (ce52f9d)
Bug Fixes
- crash: move "nvim-ts-autotag" to user plugins list for it crashes nvim (#621) (9c29e7d)
- markdown-preview.nvim: move "markdown-preview.nvim" to user plugins list (#618) (ce52f9d)
v4.2.1
4.2.1 (2024-11-19)
Reverts
- nvim-cmp: revert to "nvim-cmp" since blink has crash bugs (#616) (a0a4945)
v4.2.0
4.2.0 (2024-11-11)
Features
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)