Skip to content

Releases: quqiuzhu/nvim-config.lua

v0.11.3

28 Aug 01:48

Choose a tag to compare

Release Note

  1. neovim v0.11.3
  2. plugins upgrade
Original Plugin New Plugin Reason for Upgrade Compatibility Notes
voldikss/vim-translator uga-rosa/translate.nvim Original plugin is unmaintained; new plugin is modern Lua-based and supports multiple engines Same keybindings <Leader>t and <Leader>w
vhyrro/neorg nvim-neorg/neorg Plugin migrated to official organization, more features Slight config syntax changes, features unchanged
mhartington/formatter.nvim stevearc/conform.nvim Better performance, simpler config, supports fallback Same keybinding <Leader>f
diagnosticls-configs-nvim mfussenegger/nvim-lint Modern async linting, better performance and config Auto-triggered, no manual config needed
Pocco81/dap-buddy.nvim jay-babu/mason-nvim-dap.nvim Official Mason ecosystem alternative Auto-installs debuggers, better integration
terrortylor/nvim-comment numToStr/Comment.nvim More modern, actively maintained, better performance Same keybindings gcc and gc
ggandor/lightspeed.nvim ggandor/leap.nvim Leap is the successor to lightspeed Keybindings changed from f/F/t/T to s/S/gs
norcalli/nvim-colorizer.lua NvChad/nvim-colorizer.lua Official plugin unmaintained, new fork is active Features unchanged, config syntax slightly changed
yamatsum/nvim-cursorline RRethy/vim-illuminate More active maintenance, smart symbol highlighting New keybindings ]] and [[ for reference jump
npxbr/glow.nvim OXY2DEV/markview.nvim Markview supports direct rendering Keeps <leader>p keybinding, adds live rendering
ethanholz/nvim-lastplace folke/persistence.nvim Persistence restores buffer sessions New session management keys <leader>qs/ql/qd
simrat39/symbols-outline.nvim stevearc/aerial.nvim More powerful, supports LSP + Treesitter New keybinding <leader>a, richer navigation
mhinz/vim-startify goolord/alpha-nvim Next-gen dashboard, more modern Startup page features retained, better UI
Telescope depends on popup.nvim Removed popup.nvim dependency Telescope now has built-in replacement Features unchanged, fewer dependencies

v0.10.1 for Neovim v0.10.1

26 Aug 10:25

Choose a tag to compare

v0.5.0 for Neovim v0.5

27 Mar 04:07

Choose a tag to compare

Fix: luacheck linter