mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-04 01:55:29 +02:00
feat(util): mini.bufremove
is no longer needed
This commit is contained in:
parent
87493af237
commit
779de263f1
4 changed files with 47 additions and 28 deletions
7
NEWS.md
7
NEWS.md
|
@ -2,6 +2,12 @@
|
|||
|
||||
## 11.x
|
||||
|
||||
- new option `vim.g.deprecation_warnings` to disable deprecation warnings
|
||||
Defaults to `false`. To disable, set it to `true` in your `options.lua`
|
||||
|
||||
- `vim-illuminate` move to extras
|
||||
Document highlights now use native lsp functionality by default
|
||||
|
||||
Since Neovim 0.10 has been released, I've been working on a new version of **LazyVim**
|
||||
that is fully compatible with all the latest Neovim features.
|
||||
|
||||
|
@ -32,7 +38,6 @@ Additionally, some core plugins have been moved to extras.
|
|||
- `mini.surround`
|
||||
- `mini.indentscope` scopes are now also highlighted with `indent-blankline`
|
||||
- `nvim-treesitter-context`
|
||||
- `vim-illuminate`: document highlights now use native lsp functionality by default
|
||||
|
||||
- There's a new extra for the `nvim-treesitter` **rewrite**.
|
||||
Since the rewrite is not backward compatible, some plugins will be disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue